Skip to content

Commit 628042b

Browse files
authored
Set GITHUB_SHA env variable
1 parent a3a67d6 commit 628042b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ RUN apk update \
55
&& apk -a info curl \
66
&& apk add curl
77

8-
# these two are passed as build args and stored as env variables
8+
# these two are passed as build args
99
ARG BUILD_DATE
1010
ARG GITHUB_SHA
1111

12+
ENV GITHUB_SHA=$GITHUB_SHA
13+
1214
RUN env | sort

0 commit comments

Comments
 (0)