diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 367e63c..f26b95c 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -6,9 +6,8 @@ jobs: build: runs-on: docker steps: - - run: echo {{ secrets.username }} - - run: echo {{ secrets.password }} - - run: apk add buildah wget tee + - run: apk add buildah wget + - run: buildah login --username {{ secrets.username }} --password {{ secrets.password }} - 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)