Skip to content

Commit f364910

Browse files
committed
Use image-name to prevent docker-push rebuild
1 parent 71df64a commit f364910

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wercker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ build:
5555
# push the image to Docker using the GIT branch as the tag
5656
# this image needs to be available to the integration-test pipeline for testing
5757
- internal/docker-push:
58+
image-name: $REPO_REPOSITORY:$IMAGE_TAG_OPERATOR
5859
username: $REPO_USERNAME
5960
password: $REPO_PASSWORD
6061
repository: $REPO_REPOSITORY
@@ -317,6 +318,7 @@ quality:
317318
promote-image:
318319
steps:
319320
- internal/docker-push:
321+
image-name: $REPO_REPOSITORY:$IMAGE_TAG_OPERATOR
320322
username: $DOCKER_USERNAME
321323
password: $DOCKER_PASSWORD
322324
repository: oracle/weblogic-kubernetes-operator

0 commit comments

Comments
 (0)