Fix build workflow
Some checks failed
Build / build (push) Failing after 23s

This commit is contained in:
Moritz Ruth 2025-02-28 23:05:03 +01:00
parent 020ab7d874
commit 444e1c8bec
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -31,5 +31,6 @@ jobs:
uses: "https://code.forgejo.org/docker/build-push-action@v6"
with:
context: "."
file: "./Containerfile"
push: true
tags: "git.moritzruth.de/moritzruth/sscdc:${{ github.ref_name }}"