Skip to content

Commit 0f0f1d0

Browse files
Add default ARG
1 parent 2c43136 commit 0f0f1d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
permissions:
1414
contents: read
1515
id-token: write
16-
uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-release-container.yml@39e4c8e5bdde50a537934e2a29d9e3d02b5ca1ce # v2.2.1
16+
uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-release-container.yml@86f7253c46b3a2993edb49f2ac632886ff9043a6 # https://github.com/ministryofjustice/analytical-platform-airflow-github-actions/pull/62

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM ghcr.io/ministryofjustice/analytical-platform-airflow-python-base:1.16.0@sha256:96551185eef8ff5f54f82b6a55c5df570a795d155851cde1811f230423efca1b
22

3+
ARG MOJAP_IMAGE_VERSION="default"
4+
5+
ENV MOJAP_IMAGE_VERSION=${MOJAP_IMAGE_VERSION}
6+
37
COPY requirements.txt requirements.txt
48
COPY src/ .
59
RUN <<EOF

0 commit comments

Comments
 (0)