Merge pull request #2451 from fidencio/wip/kata-deploy-actually-push-the-release-to-quay.io

workflows: Actually push the release to quay.io
This commit is contained in:
Fabiano Fidêncio 2021-08-18 19:50:22 +02:00 committed by GitHub
commit af93263985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,9 @@ jobs:
# tag the container image we created and push to DockerHub
tag=$(echo $GITHUB_REF | cut -d/ -f3-)
docker tag katadocker/kata-deploy-ci:${{steps.build-and-push-kata-deploy-ci.outputs.PKG_SHA}} katadocker/kata-deploy:${tag}
docker tag quay.io/kata-containers/kata-deploy-ci:${{steps.build-and-push-kata-deploy-ci.outputs.PKG_SHA}} quay.io/kata-containers/kata-deploy:${tag}
docker push katadocker/kata-deploy:${tag}
docker push quay.io/kata-containers/kata-deploy:${tag}
upload-static-tarball:
needs: kata-deploy