test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 08:45:59 -03:00
parent 39584865ba
commit 17ea813c0d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ on:
push:
jobs:
publish-to_ghcr:
publish-to-ghcr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -15,7 +15,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the hello-docker Docker image
run: |
container_img = ghcr.io/deselikem/hello-docker-gcr-demo
container_img=ghcr.io/deselikem/hello-docker-gcr-demo
echo $container_img
docker build . -f Dockerfile.base --tag ghcr.io/deselikem/hello-docker-gcr-demo:latest
#docker run ghcr.io/deselikem/hello-docker-gcr-demo:latest