Skip to content

Commit

Permalink
change name to webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
gmguarino committed Mar 24, 2024
1 parent 309c5a1 commit 984d77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
password: ${{ secrets.SCALEWAY_SECRET_KEY }}
registry: ${{ secrets.SCALEWAY_CONTAINER_REGISTRY_ENDPOINT }}
- name: Build the Docker image
run: docker build . -t ${{ secrets.SCALEWAY_CONTAINER_REGISTRY_ENDPOINT }}/dash:latest
run: docker build . -t ${{ secrets.SCALEWAY_CONTAINER_REGISTRY_ENDPOINT }}/webapp:latest
- name: Push the Docker Image
run: docker push ${{ secrets.SCALEWAY_CONTAINER_REGISTRY_ENDPOINT }}/dash:latest
run: docker push ${{ secrets.SCALEWAY_CONTAINER_REGISTRY_ENDPOINT }}/webapp:latest

0 comments on commit 984d77f

Please sign in to comment.