modify workflow
This commit is contained in:
parent
62d859ee03
commit
05aa5e96ff
1 changed files with 3 additions and 4 deletions
|
|
@ -7,14 +7,13 @@ env:
|
|||
REGISTRY: git.pb1497.com
|
||||
IMAGE_NAME: pb/skyjo-be
|
||||
# Wir nutzen hier den internen Namen des DinD Containers für Docker-Befehle
|
||||
DOCKER_HOST: tcp://docker-in-docker:2375
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: host
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Login to Forgejo Registry
|
||||
run: |
|
||||
|
|
@ -28,7 +27,7 @@ jobs:
|
|||
|
||||
deploy:
|
||||
needs: build-and-push
|
||||
runs-on: host
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Deploy Container
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue