mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-11 12:52:23 +00:00
ci: Remove not needed chown for ppc64
Now that all artifacts are owned by $USER no extra step needed to adjust ownership Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
parent
5bc37e39d5
commit
d783ddaf03
@ -36,16 +36,11 @@ jobs:
|
|||||||
stage:
|
stage:
|
||||||
- ${{ inputs.stage }}
|
- ${{ inputs.stage }}
|
||||||
steps:
|
steps:
|
||||||
- name: Adjust a permission for repo
|
|
||||||
run: |
|
|
||||||
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
|
|
||||||
- name: Prepare the self-hosted runner
|
- name: Prepare the self-hosted runner
|
||||||
run: |
|
run: |
|
||||||
${HOME}/scripts/prepare_runner.sh
|
${HOME}/scripts/prepare_runner.sh
|
||||||
sudo rm -rf $GITHUB_WORKSPACE/*
|
sudo rm -rf $GITHUB_WORKSPACE/*
|
||||||
|
|
||||||
|
|
||||||
- name: Login to Kata Containers quay.io
|
- name: Login to Kata Containers quay.io
|
||||||
if: ${{ inputs.push-to-registry == 'yes' }}
|
if: ${{ inputs.push-to-registry == 'yes' }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user