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 2241adb commit 02f9086Copy full SHA for 02f9086
.gitlab-ci.yml
@@ -8,7 +8,7 @@ build-operator:
8
- echo $CI_COMMIT_TAG
9
- make docker-build IMG="$IMAGE"
10
- docker push "$IMAGE"
11
- - 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])')
12
- echo $newimage
13
- docker rmi "$IMAGE" && docker system prune -f
14
- make operator-yaml IMG=$newimage
0 commit comments