Skip to content

Commit

Permalink
GITHUB_SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jun 20, 2024
1 parent a5cb7c7 commit 6c7076c
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 @@ -15,7 +15,7 @@ RUN dnf -y update && \

COPY gmail-exporter.py /usr/local/sbin/gmail-exporter

ENV GITHUB_SHA $GITHUB_SHA
ENV GITHUB_SHA=$GITHUB_SHA
RUN mkdir /app
RUN $GITHUB_SHA > /app/VERSION
WORKDIR /app
Expand Down

0 comments on commit 6c7076c

Please sign in to comment.