Update .forgejo/workflows/build.yaml
All checks were successful
/ build (push) Successful in 33s

This commit is contained in:
sqozz 2024-04-16 23:52:28 +02:00
parent c884cd34ed
commit 3ee9dd7df2

View file

@ -7,7 +7,7 @@ jobs:
runs-on: docker
steps:
- run: apk add buildah wget
- run: buildah login --username "{{ secrets.username }}" --password "{{ secrets.password }}" git.geekify.de
- run: buildah login --username "{{ secrets.username }}" --password "{{ secrets.password }}" git.geekify.de || true
- run: wget https://git.geekify.de/Containers/alpine-bash/raw/branch/main/Dockerfile
- run: buildah build --isolation=chroot | tee container_id
- run: export CONTAINER_ID=$(tail -n 1 container_id)