Use alpine-bash as base container
Some checks failed
/ build (push) Failing after 24s

This commit is contained in:
sqozz 2024-05-17 21:44:14 +02:00
parent 8bb6f1066f
commit c33fc7722e
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -1,3 +1,3 @@
# hadolint ignore=DL3006
FROM alpine:latest
FROM git.geekify.de/containers/alpine-bash:latest
RUN apk add buildah wget