Merge pull request #6334 from fidencio/topic/fix-push-to-registry-behaviour

Revert "workflows: Push the builder image to quay.io"
This commit is contained in:
Fabiano Fidêncio 2023-02-21 10:00:13 +01:00 committed by GitHub
commit 73d0ca0bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,6 @@ jobs:
- virtiofsd
- nydus
steps:
- name: Login to Kata Containers quay.io
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_DEPLOYER_USERNAME }}
password: ${{ secrets.QUAY_DEPLOYER_PASSWORD }}
- uses: actions/checkout@v2
- name: Install docker
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
@ -51,7 +44,6 @@ jobs:
sudo cp -r --preserve=all "${build_dir}" "kata-build"
env:
KATA_ASSET: ${{ matrix.asset }}
PUSH_TO_REGISTRY: yes
- name: store-artifact ${{ matrix.asset }}
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}