test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:26:02 -03:00
parent 7e9991e167
commit db0f4844df
1 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ jobs:
- name: 'Build Inventory Image'
run: |
docker build . -f Dockerfile.base --tag ghcr.io/abnerrizzi/${{ REPO_NAME }}:latest
docker push ghcr.io/abnerrizzi/${{ REPO_NAME }}:latest
docker build . -f Dockerfile.base --tag ghcr.io/abnerrizzi/${REPO_NAME}:latest
docker push ghcr.io/abnerrizzi/${REPO_NAME}:latest