Use gitea-container-builder base image
Some checks failed
/ build (push) Failing after 23s

This commit is contained in:
sqozz 2024-05-17 21:30:32 +02:00
parent a2df02d7e9
commit 8b74dea9ff

View file

@ -6,7 +6,6 @@ jobs:
build:
runs-on: docker
steps:
- run: apk add buildah wget
- run: buildah login --username ${{ secrets.username }} --password ${{ secrets.password }} ${GITHUB_SERVER_URL}
- run: wget ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/raw/branch/${GITHUB_REF_NAME}/Dockerfile
- run: buildah build --isolation=chroot | tee container_id