mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-05 21:53:20 +00:00
Revert "workflows: Push the builder image to quay.io"
This reverts commit b835c40bbd
.
Right now I'm reverting this one as this should only run *after* commits
get pushed to our repo, not on very PR.
This commit is contained in:
parent
b1fd4b093b
commit
afaccf924d
8
.github/workflows/kata-deploy-push.yaml
vendored
8
.github/workflows/kata-deploy-push.yaml
vendored
@ -28,13 +28,6 @@ jobs:
|
|||||||
- virtiofsd
|
- virtiofsd
|
||||||
- nydus
|
- nydus
|
||||||
steps:
|
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
|
- uses: actions/checkout@v2
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
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"
|
sudo cp -r --preserve=all "${build_dir}" "kata-build"
|
||||||
env:
|
env:
|
||||||
KATA_ASSET: ${{ matrix.asset }}
|
KATA_ASSET: ${{ matrix.asset }}
|
||||||
PUSH_TO_REGISTRY: yes
|
|
||||||
|
|
||||||
- name: store-artifact ${{ matrix.asset }}
|
- name: store-artifact ${{ matrix.asset }}
|
||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user