Skip to content

Commit

Permalink
Print out the image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 30, 2024
1 parent 33640b8 commit 064e3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY . .
USER app
RUN poetry run pytest tests
# Print environment information
RUN poetry run uname -a
RUN echo $IMAGE_TAG
RUN poetry run python --version
RUN poetry run pip list

Expand All @@ -57,7 +57,7 @@ COPY . .
USER app
RUN poetry run pytest tests
# Print environment information
RUN poetry run uname -a
RUN echo $IMAGE_TAG
RUN poetry run python --version
RUN poetry run pip list

Expand All @@ -70,7 +70,7 @@ COPY . .
USER app
RUN poetry run pytest tests
# Print environment information
RUN poetry run uname -a
RUN echo $IMAGE_TAG
RUN poetry run python --version
RUN poetry run pip list

Expand Down

0 comments on commit 064e3a3

Please sign in to comment.