Forgejo actions config
Some checks failed
ci / docker (push) Failing after 17s
/ Test (push) Successful in 2s
/ Checkout (push) Successful in 10s
/ Build (push) Failing after 5s

This commit is contained in:
david 2024-07-22 01:29:09 +02:00
parent 6e4f8937eb
commit 80d09eee99
6 changed files with 55 additions and 24 deletions

View file

@ -12,7 +12,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v5
with:
registry: code.hohl.cloud
username: ${{ secrets.DOCKERHUB_USERNAME }}