Skip to content

Commit

Permalink
testing ci (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ford-codecov authored Nov 26, 2024
2 parents f9bd97b + b022ad7 commit 7254c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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_version}-${sha} ${image}:${ENV}-${release_version}-latest
docker push ${image}:${ENV}-${release_version}-${sha}
docker push ${image}:${ENV}-${release_version}-latest
docker tag ${image}:${ENV}-${sha} ${image}:${ENV}-latest
docker push ${image}:${ENV}-${sha}
docker push ${image}:${ENV}-latest

0 comments on commit 7254c59

Please sign in to comment.