This commit is contained in:
parent
8bb6f1066f
commit
c33fc7722e
|
@ -4,7 +4,7 @@ on:
|
||||||
- cron: '0 0 * */1 *'
|
- cron: '0 0 * */1 *'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: gitea-container-builder
|
||||||
steps:
|
steps:
|
||||||
- run: apk add buildah wget
|
- run: apk add buildah wget
|
||||||
- run: buildah login --username ${{ secrets.username }} --password ${{ secrets.password }} ${GITHUB_SERVER_URL}
|
- run: buildah login --username ${{ secrets.username }} --password ${{ secrets.password }} ${GITHUB_SERVER_URL}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM alpine:latest
|
FROM git.geekify.de/containers/alpine-bash:latest
|
||||||
RUN apk add buildah wget
|
RUN apk add buildah wget
|
||||||
|
|
Loading…
Reference in a new issue