mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 09:51:29 +00:00
ci: Remove not needed chown for arm64
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
445b389b16
commit
3beb460a97
@ -40,10 +40,6 @@ jobs:
|
|||||||
- shim-v2
|
- shim-v2
|
||||||
- virtiofsd
|
- virtiofsd
|
||||||
steps:
|
steps:
|
||||||
- name: Adjust a permission for repo
|
|
||||||
run: |
|
|
||||||
sudo chown -R $USER:$USER $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