Skip to content

Commit

Permalink
update ref name
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah committed Jul 11, 2023
1 parent 0ba1801 commit 4c2b68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
VERSION=$(git rev-parse --short HEAD)
fi
echo "{name}={VERSION}" >> $GITHUB_OUTPUT
echo "{ref}=ghcr.io/{github.repository}" >> $GITHUB_OUTPUT
echo "{ref}=ghcr.io/{{ github.repository }}" >> $GITHUB_OUTPUT
- name: docker login
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 4c2b68a

Please sign in to comment.