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

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

View file

@ -23,12 +23,13 @@ jobs:
- name: "Login to the container registry"
uses: "https://code.forgejo.org/docker/login-action@v3"
with:
registry: git.moritzruth.de
username: ${{ github.actor }}
password: ${{ github.token }}
registry: "git.moritzruth.de"
username: "${{ github.actor }}"
password: "${{ github.token }}"
- name: "Build and push the container image"
uses: "https://code.forgejo.org/docker/build-push-action@v6"
with:
context: "."
push: true
tags: "git.moritzruth.de/moritzruth/sscdc:${{ github.ref_name }}"