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

This commit is contained in:
Moritz Ruth 2025-02-28 21:48:44 +01:00
parent 0d5f904822
commit 7f8f7c8020
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -14,6 +14,9 @@ jobs:
- name: "Checkout"
uses: "https://code.forgejo.org/actions/checkout@v4"
- name: "Setup Docker"
uses: "https://github.com/docker/setup-docker-action@v4"
- name: "Login to the container registry"
uses: "https://github.com/docker/login-action@v3"
with: