fix build issue with cache causing pacman problems
All checks were successful
Gitea Actions Demo / build-arch-toolbox (push) Successful in 6m9s

This commit is contained in:
2024-11-26 19:50:45 -05:00
parent 5495011d49
commit 4d24970e04
6 changed files with 20 additions and 25 deletions

View File

@@ -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