Skip to content

Commit

Permalink
Update image_push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheril5 authored Aug 8, 2023
1 parent a38272d commit 4cfb9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
docker tag "$image" "$github_image"
# Log in to GitHub Container Registry
docker login ${{ env.REGISTRY }} -u sheril5 -p ${{ secrets.GITHUB_TOKEN }}
docker login ${{ env.REGISTRY }} -u jebinjeb -p ${{ secrets.GITHUB_TOKEN }}
# Push the image to GitHub Container Registry
docker push "$github_image"
Expand Down

0 comments on commit 4cfb9e4

Please sign in to comment.