fix maybe
Some checks failed
build / build (push) Failing after 58s

This commit is contained in:
Constantin Simonis 2025-02-02 18:00:02 +01:00
parent 89a265d09b
commit 5a4cc432f3
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -11,7 +11,12 @@ jobs:
steps:
- name: Checkout
uses: https://git.simonis.lol/actions/checkout@v2
- name: Login
uses: https://git.simonis.lol/actions/login@v2
with:
registry: git.simonis.lol
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PW }}
- name: Build and Push
uses: docker/build-push-action@v6
with: