fix build issue with cache causing pacman problems
All checks were successful
Gitea Actions Demo / build-arch-toolbox (push) Successful in 6m9s
All checks were successful
Gitea Actions Demo / build-arch-toolbox (push) Successful in 6m9s
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
# Build latest image
|
||||
podman build \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox:latest \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox:$(date +%s) \
|
||||
-f ./infrastructure/graduated/fedora/Containerfile
|
||||
--no-cache \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox:latest \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox:$(date +%s) \
|
||||
-f ./infrastructure/graduated/fedora/Containerfile
|
||||
# Stop the current arch toolbox
|
||||
podman container stop arch-toolbox-latest
|
||||
# Remove the old container
|
||||
|
||||
Reference in New Issue
Block a user