Skip to content

Commit

Permalink
feat: changes default tag name in dockerfile file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmkowalski committed Apr 10, 2024
1 parent 7119f36 commit cb080ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG version
ARG tag
ENV APP_BINARY=${project_name}
ENV VERSION=${version:-develop}
ENV TAG=${tag:-master}
ENV TAG=${tag:-main}
COPY ./release/entrypoint.sh .
RUN chmod +x entrypoint.sh

Expand Down

0 comments on commit cb080ec

Please # to comment.