Forgejo actions config
This commit is contained in:
parent
52c6863779
commit
7c121bc8a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue