Skip to content

Commit

Permalink
unique cache tags
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed Oct 24, 2024
1 parent 3a05639 commit f098cf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: buildx-${{ github.sha }}
key: buildx-${{ inputs.tags[0] }}-${{ github.sha }}
restore-keys: |
buildx-
buildx-${{ inputs.tags[0] }}-
- name: build and push multi-arch alpine image
uses: docker/build-push-action@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-hwaccel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: buildx-${{ github.sha }}
key: buildx-${{ inputs.tags[0] }}-${{ github.sha }}
restore-keys: |
buildx-
buildx-${{ inputs.tags[0] }}-
- name: build and push multi-arch hwaccel image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit f098cf6

Please sign in to comment.