Skip to content

Commit

Permalink
Update Docker image push commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaffah committed Feb 22, 2024
1 parent 3882584 commit f8505a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Push Docker image to Docker Hub and GitHub Packages
run: |
docker push ${{ github.actor }}/kode-pos:$VERSION
docker push docker.pkg.github.com/${{ github.actor }}/kode-pos:$VERSION
docker push ashaffah/kode-pos:$VERSION
docker push docker.pkg.github.com/${{ github.repository }}:$VERSION
echo "VERSION=$VERSION" >> $GITHUB_ENV
# - name: Tag Docker Image
Expand Down

0 comments on commit f8505a3

Please sign in to comment.