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