Skip to content

Commit

Permalink
Merge pull request #5 from emartech/fix-cloudbuild-image-name
Browse files Browse the repository at this point in the history
fix cloudbuild image name
  • Loading branch information
vargaadam authored Jun 17, 2020
2 parents 744dcd2 + 3a310d7 commit 955521f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ steps:
[
"build",
"-t",
"eu.gcr.io/ems-gap-images/secret-backup-operator:$TAG_NAME",
"eu.gcr.io/ems-gap-images/gap-secret-backup-operator:$TAG_NAME",
".",
]
images: ["eu.gcr.io/ems-gap-images/secret-backup-operator:$TAG_NAME"]
images: ["eu.gcr.io/ems-gap-images/gap-secret-backup-operator:$TAG_NAME"]
tags: ["secret-backup-operator"]

0 comments on commit 955521f

Please sign in to comment.