Archived
1
0
Fork 0
This repository has been archived on 2024-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
weewx-docker/.forgejo/workflows/build-image.yml
Daniel Kempkens ed52e16a57
Some checks failed
Build Image / build-and-push-image (push) Failing after 40s
feat(ci): Use buildah to build the OCI image
2023-09-17 16:39:51 +02:00

26 lines
523 B
YAML

name: Build Image
on:
push:
branches: ['master']
jobs:
build-and-push-image:
runs-on: ubuntu-latest-amd64
steps:
- uses: actions/checkout@v3
- 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