Pull the manifest for the newly pushed image
This commit is contained in:
parent
6dae283805
commit
ed418b61ba
@ -175,6 +175,7 @@ jobs:
|
||||
docker image ls
|
||||
docker login -u ${REGISTRY_USERNAME} -p ${REGISTRY_PASSWORD} ${ATAT_DOCKER_REGISTRY_URL}
|
||||
docker push ${IMAGE_NAME} | cat
|
||||
curl -s -H "Content-Type: application/json" --user ${REGISTRY_USERNAME}:${REGISTRY_PASSWORD} -XGET https://${ATAT_DOCKER_REGISTRY_URL}/v2/${PROD_IMAGE_NAME}/manifests/${GIT_SHA} || true
|
||||
docker logout
|
||||
|
||||
deploy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user