test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:17:16 -03:00
parent 2e90967757
commit 445e629131
1 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@ jobs:
- name: 'Build Inventory Image'
run: |
docker build . --tag ghcr.io/<your-GitHub-username>/store:latest
docker push ghcr.io/<your-GitHub-username>/store:latest
docker build . --tag ghcr.io/abnerrizzi/store:latest
docker push ghcr.io/abnerrizzi/store:latest