Skip to content

Commit

Permalink
chore(ci): fix dynamic label
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 27, 2023
1 parent 0e07a1f commit 532e61d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ jobs:
with:
context: ./packages/${{matrix.path}}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{steps.meta.outputs.tags}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
build-args: |
Expand Down

0 comments on commit 532e61d

Please sign in to comment.