Skip to content

Commit

Permalink
actions: fix the docker tag
Browse files Browse the repository at this point in the history
Signed-off-by: Date Huang <[email protected]>
  • Loading branch information
tjjh89017 committed Jan 28, 2025
1 parent 1fe5dfa commit 7a4e2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
with:
platforms: linux/amd64,linux/arm64,linux/arm
push: true
tags: ${{ steps.meta.outputs.tags }}, latest
tags: ${{ steps.meta.outputs.tags }}, ${{ github.repository_owner }}/${{ env.APP }}:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7a4e2ec

Please sign in to comment.