Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna committed Nov 7, 2022
1 parent 39e56fc commit ebc7aec
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 @@ -18,7 +18,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push to GitHub Packages
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
tags: |
ghcr.io/${{ github.repository }}:${{ env.BUILD_TAG }}
Expand Down

0 comments on commit ebc7aec

Please sign in to comment.