Skip to content

Commit

Permalink
Update Docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaffah committed Feb 22, 2024
1 parent 1adc0e1 commit 2197df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
docker tag ${{ github.repository }}:$VERSION docker.pkg.github.com/${{ github.actor }}/${{ github.repository }}:$VERSION
docker push ${{ github.repository }}:$VERSION
docker push docker.pkg.github.com/${{ github.actor }}/${{ github.repository }}:$VERSION
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "VERSION=$VERSION"
# - name: Tag Docker Image
# run: |
Expand Down

0 comments on commit 2197df0

Please sign in to comment.