Remove conatiner after build is done
All checks were successful
Build / build (push) Successful in 34m0s
All checks were successful
Build / build (push) Successful in 34m0s
This commit is contained in:
parent
f44e606d64
commit
1109150f9c
@ -13,7 +13,7 @@ jobs:
|
|||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: archlinux/archlinux:latest
|
image: archlinux/archlinux:latest
|
||||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} --privileged
|
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} --privileged --rm
|
||||||
run: |
|
run: |
|
||||||
pacman -Syyu --noconfirm archiso
|
pacman -Syyu --noconfirm archiso
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user