Skip to content

Commit

Permalink
don't array tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed Oct 24, 2024
1 parent f098cf6 commit f81db85
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-${{ inputs.tags[0] }}-${{ github.sha }}
key: buildx-${{ inputs.tags }}-${{ github.sha }}
restore-keys: |
buildx-${{ inputs.tags[0] }}-
buildx-${{ inputs.tags }}-
- 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-${{ inputs.tags[0] }}-${{ github.sha }}
key: buildx-${{ inputs.tags }}-${{ github.sha }}
restore-keys: |
buildx-${{ inputs.tags[0] }}-
buildx-${{ inputs.tags }}-
- name: build and push multi-arch hwaccel image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit f81db85

Please sign in to comment.