try to fix github actions

This commit is contained in:
Alexander Bentkamp
2023-05-10 12:26:06 +02:00
parent 43fa076464
commit c33ddcb8b3
2 changed files with 7 additions and 4 deletions

View File

@@ -12,3 +12,8 @@ jobs:
- name: build docker image
run: docker build . --file Dockerfile --tag nng:latest
- name: Store docker container as an artifact
uses: ishworkh/docker-image-artifact-upload@v1
with:
image: "nng:latest"

View File

@@ -6,12 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: View Progress
run: echo "$env.GITHUB_REPOSITORY ${{env.GITHUB_REPOSITORY}}"
- name: View Progress
run: echo $env.GITHUB_REPOSITORY${{env.GITHUB_REPOSITORY}}
run: echo "View progress at https://adam.math.hhu.de/import/status/$GITHUB_REPOSITORY"
- name: Export into Game Server
uses: fjogeleit/http-request-action@v1
with:
url: "https://adam.math.hhu.de/import/trigger/${{ env.GITHUB_REPOSITORY }}"
url: "https://adam.math.hhu.de/import/trigger/$GITHUB_REPOSITORY"
- name: View Progress
run: echo "View progress at https://adam.math.hhu.de/import/status/$GITHUB_REPOSITORY"