diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index c02dd9b..7612e60 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -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