Skip to content

Commit

Permalink
Use the same tag for every build
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyzt authored Jun 4, 2024
1 parent 0de94e2 commit 9cba54e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
tags:
- main
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 9cba54e

Please sign in to comment.