From b1dfb99d807ccb91a1fa2abb93a3704d15e8ad9a Mon Sep 17 00:00:00 2001 From: UO282476 Date: Tue, 2 May 2023 19:06:57 +0200 Subject: [PATCH] Changed DockerFile --- .github/workflows/lomap_en1a.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lomap_en1a.yml b/.github/workflows/lomap_en1a.yml index c9d56aa..88d7c7d 100644 --- a/.github/workflows/lomap_en1a.yml +++ b/.github/workflows/lomap_en1a.yml @@ -62,16 +62,16 @@ jobs: - uses: actions/checkout@v3 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 - env: - HOST_NAME: ${{ secrets.HOST_NAME }} - API_URI: https://${{ secrets.HOST_NAME }}:5443 + # env: + # HOST_NAME: ${{ secrets.HOST_NAME }} + # API_URI: https://${{ secrets.HOST_NAME }}:5443 with: name: arquisoft/lomap_en1a/webapp username: ${{ github.actor }} password: ${{ secrets.DOCKER_PUSH_TOKEN }} registry: ghcr.io workdir: webapp - buildargs: HOST_NAME, API_URI + #buildargs: HOST_NAME, API_URI docker-push-restapi: name: Push restapi Docker Image to GitHub Packages runs-on: ubuntu-latest @@ -81,15 +81,15 @@ jobs: - uses: actions/checkout@v3 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 - env: - HOST_NAME: ${{ secrets.HOST_NAME }} + # env: + # HOST_NAME: ${{ secrets.HOST_NAME }} with: name: arquisoft/lomap_en1a/restapi username: ${{ github.actor }} password: ${{ secrets.DOCKER_PUSH_TOKEN }} registry: ghcr.io workdir: restapi - buildargs: HOST_NAME + #buildargs: HOST_NAME deploy: name: Deploy over SSH runs-on: ubuntu-latest