Skip to content

Commit

Permalink
nginx image
Browse files Browse the repository at this point in the history
Signed-off-by: Vineet <[email protected]>
  • Loading branch information
vineetm3 committed Oct 13, 2023
1 parent d8ffeb4 commit 31dcea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:

- name: Build and push my-nginx Docker image
run: |
docker build --network=host -t ghcr.io/spin-vt/my-nginx:latest ./Dockerfile.nginx
docker build --network=host -f ~/Dockerfile.nginx -t ghcr.io/spin-vt/my-nginx:latest ~
docker push ghcr.io/spin-vt/my-nginx:latest

0 comments on commit 31dcea7

Please sign in to comment.