mirror of https://github.com/1N3/Sn1per.git
test build and push
This commit is contained in:
parent
445e629131
commit
0ebabf0ee1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue