Skip to content

Commit

Permalink
Update release workflow, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna committed Nov 7, 2022
1 parent ebc7aec commit 4a52f5d
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 @@ -12,7 +12,7 @@ jobs:
echo "BUILD_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
echo "BUILD_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV
- name: Docker Login
uses: docker/login-action@v1.8.0
uses: docker/login-action@v2.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 4a52f5d

Please sign in to comment.