Skip to content

Commit

Permalink
build: modify workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Jan 19, 2024
1 parent c3f02ed commit b0f4158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
context: .
platforms: ${{ env.ARCH }}
push: true
tags: ${{ env.VERSION }}
tags: ${{ github.repository }}:${{ env.VERSION }}
labels: ${{ steps.meta.outputs.labels }}

- name: Notice when job fails
Expand Down

0 comments on commit b0f4158

Please sign in to comment.