Forgejo actions config
Some checks failed
ci / docker (push) Failing after 12s
/ Test (push) Successful in 3s
/ Checkout (push) Successful in 11s
/ Build (push) Failing after 5s

This commit is contained in:
david 2024-07-22 01:32:59 +02:00
parent 52c6863779
commit 7c121bc8a1

View file

@ -7,6 +7,8 @@ jobs:
docker:
runs-on: ubuntu-22.04
steps:
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: code.hohl.cloud
@ -15,8 +17,6 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
-
name: Build and push
uses: docker/build-push-action@v6