This commit is contained in:
parent
a5cf3640dd
commit
564a22abb2
5 changed files with 58 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue