Skip to content

Commit

Permalink
testing ci (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ford-codecov authored Nov 26, 2024
2 parents c3cc18e + 5a1fade commit 73edc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ up:
.PHONY: push
push: # Used to build the app
push:
docker tag ${image}:${ENV}-release-${sha} ${image}:${ENV}-release-latest
docker tag ${image}:${ENV}-release-${sha} ${image}:${ENV}-latest
docker push ${image}:${ENV}-release-${sha}
docker push ${image}:${ENV}-latest

0 comments on commit 73edc21

Please sign in to comment.