Skip to content

Commit

Permalink
fix docker label
Browse files Browse the repository at this point in the history
  • Loading branch information
dan9186 committed Dec 29, 2023
1 parent 277a466 commit 858b839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
docker tag ghcr.io/gomicro/concord-action "ghcr.io/gomicro/concord-action:$GITHUB_REF_NAME"
docker push "ghcr.io/gomicro/concord-action$GITHUB_REF_NAME"
docker push "ghcr.io/gomicro/concord-action:$GITHUB_REF_NAME"

0 comments on commit 858b839

Please sign in to comment.