Skip to content

Commit

Permalink
fix(nginx-json): error page file name (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD authored Dec 8, 2023
2 parents b8e04c1 + 9176425 commit 9560dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
filters: |
container_folder:
./${{ matrix.path }}/*
./${{ matrix.path }}/**
- name: 🏗 Install cosign
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
Expand All @@ -65,7 +65,7 @@ jobs:

- name: 🏗 Cache Docker Layers
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
uses: actions/cache@v3
uses: actions/cache@v3.3.2
with:
path: /tmp/.buildx-cache
key: container/${{ matrix.path }}
Expand Down
File renamed without changes.

0 comments on commit 9560dbb

Please sign in to comment.