Skip to content

Commit

Permalink
ci: set related commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rudivanhierden committed Dec 21, 2023
1 parent 78ecca2 commit 3cda616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ ARG APP
ARG PORT
ENV WORKSPACE apps/${APP}

LABEL org.opencontainers.image.description="Openstad Headless ${APP} image - related commit: https://github.com/${GITHUB_REPOSITORY}/commit/${GITHUB_SHA}"
ENV IMAGE_DESCRIPTION="Openstad Headless ${APP} image - related commit: https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA"

LABEL org.opencontainers.image.description=$IMAGE_DESCRIPTION

WORKDIR /opt/openstad-headless

Expand Down

0 comments on commit 3cda616

Please sign in to comment.