test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 08:50:46 -03:00
parent 42c97445ab
commit 481befa4fd
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
run: |
container_img=ghcr.io/deselikem/hello-docker-gcr-demo
echo $container_img
echo ${github.repository}
echo ${{github.repository}}
docker build . -f Dockerfile.base --tag ghcr.io/deselikem/hello-docker-gcr-demo:latest
#docker run ghcr.io/deselikem/hello-docker-gcr-demo:latest
#docker push ghcr.io/deselikem/hello-docker-gcr-demo:latest