We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90561b6 commit 67c98d7Copy full SHA for 67c98d7
.gitlab-ci.yml
@@ -7,7 +7,7 @@ build-operator:
7
- echo $CI_COMMIT_TAG
8
- make docker-build IMG="$IMAGE"
9
- docker push "$IMAGE"
10
- - newimage=$(docker inspect $IMAGE | python -c 'import json,sys; print json.load(sys.stdin)[0]["RepoDigests"][0]')
+ - newimage=$(docker inspect $IMAGE | python -c 'import json,sys; print(json.load(sys.stdin)[0]["RepoDigests"][0])')
11
- echo $newimage
12
- docker rmi "$IMAGE" && docker system prune -f
13
- make operator-yaml IMG=$newimage
0 commit comments