Skip to content

Commit

Permalink
test build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerrizzi committed Aug 10, 2023
1 parent 445e629 commit 0ebabf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push-ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: build and push

on:
push:
Expand All @@ -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

0 comments on commit 0ebabf0

Please sign in to comment.