ci: call buildah bud directly
Some checks failed
Build Image / build-and-push-image (push) Failing after 21s
Some checks failed
Build Image / build-and-push-image (push) Failing after 21s
This commit is contained in:
parent
ed52e16a57
commit
411f917980
1 changed files with 12 additions and 9 deletions
|
@ -14,12 +14,15 @@ jobs:
|
||||||
- name: Install Buildah
|
- name: Install Buildah
|
||||||
run: apt-get -y update && apt-get -y install buildah
|
run: apt-get -y update && apt-get -y install buildah
|
||||||
|
|
||||||
- name: Buildah Action
|
- name: Build Container
|
||||||
uses: https://github.com/redhat-actions/buildah-build@v2
|
run: buildah bud ./Dockerfile
|
||||||
with:
|
|
||||||
image: weewx
|
# - name: Buildah Action
|
||||||
tags: master
|
# uses: https://github.com/redhat-actions/buildah-build@v2
|
||||||
containerfiles: |
|
# with:
|
||||||
./Dockerfile
|
# image: weewx
|
||||||
extra-args: |
|
# tags: master
|
||||||
--storage-driver=vfs
|
# containerfiles: |
|
||||||
|
# ./Dockerfile
|
||||||
|
# extra-args: |
|
||||||
|
# --storage-driver=vfs
|
||||||
|
|
Reference in a new issue