parent
1554dca526
commit
cd1aa353a9
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-act-latest
|
runs-on: ubuntu24-act-buildah
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Check Out Repo
|
name: Check Out Repo
|
||||||
@ -61,13 +61,13 @@ jobs:
|
|||||||
#-
|
#-
|
||||||
#name: Set Docker Buildx
|
#name: Set Docker Buildx
|
||||||
#uses: https://github.com/docker/setup-buildx-action@v3
|
#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
|
name: Buildah Action
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
containerfiles: ./Dockerfile
|
containerfiles: ./Dockerfile | ./Containerfile
|
||||||
#image: my-new-image
|
#image: my-new-image
|
||||||
#tags: v1 ${{ github.sha }}
|
#tags: v1 ${{ github.sha }}
|
||||||
#build-args:
|
#build-args:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user