Skip to content

Commit

Permalink
Teste com github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fosouzadev committed Nov 15, 2024
1 parent e6d8851 commit 4995560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ IMAGE_NAME=postgresql-container
TAG=1.0

build:
docker build . -t $(IMAGE_NAME):$(TAG)
docker build . -t $(IMAGE_NAME):latest
docker build . -t ghcr.io/fosouzadev/$(IMAGE_NAME):$(TAG)
docker build . -t ghcr.io/fosouzadev/$(IMAGE_NAME):latest

publish:
docker push ghcr.io/fosouzadev/$(IMAGE_NAME):$(TAG)

0 comments on commit 4995560

Please sign in to comment.