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