Use correct urls
Some checks failed
Build on push / build-web (push) Failing after 43s
Build on push / build-api (push) Failing after 43s

This commit is contained in:
Sven Heidemann 2025-01-04 14:04:56 +01:00
parent 66e4e0840e
commit c894f8eb10
3 changed files with 13 additions and 13 deletions

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
build-api: build-api:
runs-on: [runner] runs-on: [runner]
container: git.sh-edraft.de/sh-edraft/act-runner:latest container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
@ -17,7 +17,7 @@ jobs:
- name: Build docker - name: Build docker
run: | run: |
docker build -t git.sh-edraft.de/sh-edraft/open-redirect-api-dev:$(cat version.txt) . docker build -t git.sh-edraft.de/sh-edraft.de/open-redirect-api-dev:$(cat version.txt) .
- name: Login to registry git.sh-edraft.de - name: Login to registry git.sh-edraft.de
uses: https://github.com/docker/login-action@v1 uses: https://github.com/docker/login-action@v1
@ -28,11 +28,11 @@ jobs:
- name: Push image - name: Push image
run: | run: |
docker push git.sh-edraft.de/sh-edraft/open-redirect-api-dev:$(cat version.txt) docker push git.sh-edraft.de/sh-edraft.de/open-redirect-api-dev:$(cat version.txt)
build-web: build-web:
runs-on: [runner] runs-on: [runner]
container: git.sh-edraft.de/sh-edraft/act-runner:latest container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
@ -49,7 +49,7 @@ jobs:
- name: Build docker - name: Build docker
run: | run: |
docker build -t git.sh-edraft.de/sh-edraft/open-redirect-web:$(cat version.txt) . docker build -t git.sh-edraft.de/sh-edraft.de/open-redirect-web:$(cat version.txt) .
- name: Login to registry git.sh-edraft.de - name: Login to registry git.sh-edraft.de
uses: https://github.com/docker/login-action@v1 uses: https://github.com/docker/login-action@v1
@ -60,4 +60,4 @@ jobs:
- name: Push image - name: Push image
run: | run: |
docker push git.sh-edraft.de/sh-edraft/open-redirect-web:$(cat version.txt) docker push git.sh-edraft.de/sh-edraft.de/open-redirect-web:$(cat version.txt)

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
build-api: build-api:
runs-on: [runner] runs-on: [runner]
container: git.sh-edraft.de/sh-edraft/act-runner:latest container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
@ -17,7 +17,7 @@ jobs:
- name: Build docker - name: Build docker
run: | run: |
docker build -t git.sh-edraft.de/sh-edraft/open-redirect-api:$(cat version.txt) . docker build -t git.sh-edraft.de/sh-edraft.de/open-redirect-api:$(cat version.txt) .
- name: Login to registry git.sh-edraft.de - name: Login to registry git.sh-edraft.de
uses: https://github.com/docker/login-action@v1 uses: https://github.com/docker/login-action@v1
@ -28,11 +28,11 @@ jobs:
- name: Push image - name: Push image
run: | run: |
docker push git.sh-edraft.de/sh-edraft/open-redirect-api:$(cat version.txt) docker push git.sh-edraft.de/sh-edraft.de/open-redirect-api:$(cat version.txt)
build-web: build-web:
runs-on: [runner] runs-on: [runner]
container: git.sh-edraft.de/sh-edraft/act-runner:latest container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
@ -49,7 +49,7 @@ jobs:
- name: Build docker - name: Build docker
run: | run: |
docker build -t git.sh-edraft.de/sh-edraft/open-redirect-web:$(cat version.txt) . docker build -t git.sh-edraft.de/sh-edraft.de/open-redirect-web:$(cat version.txt) .
- name: Login to registry git.sh-edraft.de - name: Login to registry git.sh-edraft.de
uses: https://github.com/docker/login-action@v1 uses: https://github.com/docker/login-action@v1
@ -60,4 +60,4 @@ jobs:
- name: Push image - name: Push image
run: | run: |
docker push git.sh-edraft.de/sh-edraft/open-redirect-web:$(cat version.txt) docker push git.sh-edraft.de/sh-edraft.de/open-redirect-web:$(cat version.txt)

View File

@ -12,7 +12,7 @@ on:
jobs: jobs:
test-before-merge: test-before-merge:
runs-on: [ runner ] runs-on: [ runner ]
container: git.sh-edraft.de/sh-edraft/act-runner:latest container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3