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 67c98d7 commit b171222Copy full SHA for b171222
.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_REPO@$(skopeo inspect docker://$IMAGE | jq -r .Digest)
11
- echo $newimage
12
- docker rmi "$IMAGE" && docker system prune -f
13
- make operator-yaml IMG=$newimage
0 commit comments