Skip to content

Commit

Permalink
Fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicnessTwo committed Oct 6, 2023
1 parent c88ffed commit 5c6d764
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 @@ -18,5 +18,5 @@ jobs:
run: |
docker build . --file Dockerfile --tag dualping:${{ steps.commit_sha.outputs.SHA }}
echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u ${{ github.repository_owner }} --password-stdin
docker tag dualping:${{ steps.commit_sha.outputs.SHA }} docker.pkg.github.com/${{ github.repository }}/dualping:${{ steps.commit_sha.outputs.SHA }}
docker push docker.pkg.github.com/${{ github.repository }}/dualping:${{ steps.commit_sha.outputs.SHA }}
docker tag dualping:${{ steps.commit_sha.outputs.SHA }} docker.pkg.github.com/${{ github.repository_owner }}/dualping:${{ steps.commit_sha.outputs.SHA }}
docker push docker.pkg.github.com/${{ github.repository_owner }}/dualping:${{ steps.commit_sha.outputs.SHA }}

0 comments on commit 5c6d764

Please sign in to comment.