Skip to content

Commit

Permalink
feat: The workflow is created to push the Image of the project to the…
Browse files Browse the repository at this point in the history
… GitHub Container Registry.
  • Loading branch information
Suraj-kumar00 committed Aug 27, 2024
1 parent d93c9f1 commit 1c55a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-Image-to-GCR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=latest
type=sha
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit 1c55a8b

Please sign in to comment.