test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:21:20 -03:00
parent 445e629131
commit 0ebabf0ee1
1 changed files with 3 additions and 3 deletions

View File

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