s
Some checks failed
/ build-image (push) Failing after 3m48s

s
This commit is contained in:
gitea.164500.xyz 2025-04-18 18:05:13 +00:00
parent 1554dca526
commit cd1aa353a9

View File

@ -7,7 +7,7 @@ on:
jobs:
build-image:
runs-on: ubuntu-act-latest
runs-on: ubuntu24-act-buildah
steps:
-
name: Check Out Repo
@ -61,13 +61,13 @@ jobs:
#-
#name: Set Docker Buildx
#uses: https://github.com/docker/setup-buildx-action@v3
- name: install buildah
run: sudo apt-get -y update && sudo apt-get -y install buildah
#build with Buildah
-
name: Buildah Action
uses: redhat-actions/buildah-build@v2
with:
containerfiles: ./Dockerfile
containerfiles: ./Dockerfile | ./Containerfile
#image: my-new-image
#tags: v1 ${{ github.sha }}
#build-args: