Skip to content

Commit

Permalink
Changed DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
UO282476 authored and UO282476 committed May 2, 2023
1 parent a4cb998 commit b1dfb99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lomap_en1a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b1dfb99

Please sign in to comment.