Skip to content

Commit

Permalink
dockerfile: fix SENTRY_RELEASE env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 12, 2023
1 parent 0539db3 commit fc19d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG SENTRY_RELEASE

# Expose random sha to uniquely identify this build
ENV INVENIO_IMAGE_BUILD_TIMESTAMP="'${IMAGE_BUILD_TIMESTAMP}'"
ENV SENTRY_RELEASE=${SENTRY_RELEASE}
ENV INVENIO_SENTRY_RELEASE=${SENTRY_RELEASE}

RUN echo "Image build timestamp $INVENIO_IMAGE_BUILD_TIMESTAMP"

Expand Down

0 comments on commit fc19d11

Please sign in to comment.