Skip to content

Commit

Permalink
Merge pull request #4 from gomicro/fix-label
Browse files Browse the repository at this point in the history
fix docker label
  • Loading branch information
dan9186 authored Dec 29, 2023
2 parents 277a466 + 858b839 commit 73c524a
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 73c524a

Please sign in to comment.