Skip to content

Commit

Permalink
fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Dec 4, 2023
1 parent 9120fae commit e100c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
env:
GOOGLE_PROJECT_ID: ${{secrets.GOOGLE_PROJECT_ID}}
run:
gcloud auth configure docker asia-south1-docker.pkg.dev
gcloud auth configure-docker asia-south1-docker.pkg.dev

docker build -t asia-south1-docker.pkg.dev/$GOOGLE_PROJECT_ID/hypersign-image-repository/hypersign-vault-service:latest .

docker push asia-south1-docker.pkg.dev/$GOOGLE_PROJECT_ID/hypersign-image-repository/hypersign-vault-service:latest


Expand Down

0 comments on commit e100c40

Please sign in to comment.