Skip to content

Commit

Permalink
Update image-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 authored Dec 4, 2023
1 parent 61c6dec commit 36cd51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
GOOGLE_PROJECT_ID: ${{secrets.GOOGLE_PROJECT_ID}}
run:
docker build -t asia-south1-docker.pkg.dev/$GOOGLE_PROJECT_ID/hypersign-image-repository/
docker build -t asia-south1-docker.pkg.dev/$GOOGLE_PROJECT_ID/hypersign-image-repository/ .
- name: Push image
env:
GOOGLE_PROJECT_ID: ${{secrets.GOOGLE_PROJECT_ID}}
Expand Down

0 comments on commit 36cd51e

Please sign in to comment.