Skip to content

Commit

Permalink
add branch tracking docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mintthemoon committed Jul 31, 2024
1 parent 852c866 commit 13bfa24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ docker-build:

[group("docker")]
docker-ci REPO: docker-build
docker tag {{docker_tag}} {{REPO}}:{{VERSION}}
docker push {{REPO}}:{{VERSION}}
docker tag {{docker_tag}} {{REPO}}:{{VERSION}} {{REPO}}:{{GIT_BRANCH}}
docker push {{REPO}}:{{VERSION}} {{REPO}}:{{GIT_BRANCH}}

[group("tests")]
unit-test:
Expand Down

0 comments on commit 13bfa24

Please sign in to comment.