test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:21:58 -03:00
parent 0ebabf0ee1
commit 6594a7652d
1 changed files with 1 additions and 1 deletions

View File

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