This commit is contained in:
parent
a2df02d7e9
commit
c6977a5580
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# hadolint ignore=DL3006
|
||||
FROM alpine:latest
|
||||
FROM git.geekify.de/containers/gitea-container-builder:latest
|
||||
RUN apk add bash
|
||||
|
|
Loading…
Reference in a new issue