Skip to content

Commit

Permalink
Rename image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Aug 21, 2024
1 parent d392326 commit 6ce6547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Docker Build Image
working-directory: ${{env.WORKING_DIRECTORY}}/../
run: |
docker build --tag nginx-runtime -f docker/nginx-runtime/Dockerfile ./docker/nginx-runtime/
docker build --tag web-runtime -f docker/nginx-runtime/Dockerfile ./docker/nginx-runtime/
cd web
docker build --tag ss-web-artifacts -f Dockerfile.node . --build-arg WEB_BASE_HREF=/
docker build --tag web-artifacts -f Dockerfile.node . --build-arg WEB_BASE_HREF=/
echo "DONE!!! docker build --tag ss-web-artifacts"
docker image ls
cd ..
Expand Down

0 comments on commit 6ce6547

Please sign in to comment.