Skip to content

Commit

Permalink
ci: correct usage of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemet committed Oct 9, 2023
1 parent abd265d commit 30a2030
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 @@ -35,7 +35,7 @@ jobs:
- name: Push Docker Image to GitHub Packages
run: |
NEW_VERSION=$(node -p "require('./package.json').version")
docker tag inventory:tag ghcr.io/${{ github.repository_owner }}/inventory:${NEW_VERSION}
docker tag inventory:${NEW_VERSION} ghcr.io/${{ github.repository_owner }}/inventory:${NEW_VERSION}
docker push ghcr.io/${{ github.repository_owner }}/inventory:${NEW_VERSION}
env:
GHCR_PAT: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 30a2030

Please sign in to comment.