Archived
1
0
Fork 0

ci: call buildah bud directly
Some checks failed
Build Image / build-and-push-image (push) Failing after 39s

This commit is contained in:
Daniel Kempkens 2023-12-09 21:58:12 +01:00
parent ed52e16a57
commit fcacc4ae9c
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -6,7 +6,7 @@ on:
jobs:
build-and-push-image:
runs-on: ubuntu-latest-amd64
runs-on: privileged-ubuntu-latest-amd64
steps:
- uses: actions/checkout@v3
@ -14,12 +14,5 @@ jobs:
- name: Install Buildah
run: apt-get -y update && apt-get -y install buildah
- name: Buildah Action
uses: https://github.com/redhat-actions/buildah-build@v2
with:
image: weewx
tags: master
containerfiles: |
./Dockerfile
extra-args: |
--storage-driver=vfs
- name: Build Container
run: buildah --storage-driver=vfs bud ./Dockerfile