manual ci script + no cache for map updates
Some checks failed
/ build (push) Failing after 5m47s

This commit is contained in:
Hadrien 2026-07-03 23:33:48 +02:00
parent a5cf3640dd
commit 564a22abb2
5 changed files with 58 additions and 10 deletions

View file

@ -13,10 +13,9 @@ jobs:
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | podman login git.interhacker.space --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: Build Container Image
- name: Build and Push Container Image
run: |
trap 'rm -f dist.zip' EXIT
wget -q -O dist.zip https://git.interhacker.space/epickiwi/2026.camp.carte/releases/download/latest/dist.zip
podman build -t git.interhacker.space/interhack/camp-website-2026:latest .
- name: Push Container Image
run: |
podman push git.interhacker.space/interhack/camp-website-2026:latest