Skip to content

Commit

Permalink
Update lomap_0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cidinene authored Jan 28, 2023
1 parent 02c5bd5 commit 6a5b631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lomap_0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI for LOMAP_0
name: CI for LOMAP_ES2B

on:
release:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
env:
API_URI: http://${{ secrets.DEPLOY_HOST }}:5000/api
with:
name: arquisoft/lomap_0/webapp
name: arquisoft/lomap_es2b/webapp
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
registry: ghcr.io
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: arquisoft/lomap_0/restapi
name: arquisoft/lomap_es2b/restapi
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
registry: ghcr.io
Expand Down

0 comments on commit 6a5b631

Please sign in to comment.