From 9c914a5b86315a7b7db4a12ab2218a625db7a3b6 Mon Sep 17 00:00:00 2001 From: Jim Kring Date: Mon, 26 Aug 2024 09:49:26 -0700 Subject: [PATCH] Update ci.dockerfile --- .github/workflows/ci.dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.dockerfile b/.github/workflows/ci.dockerfile index 691d160..b06635f 100644 --- a/.github/workflows/ci.dockerfile +++ b/.github/workflows/ci.dockerfile @@ -2,6 +2,9 @@ FROM ghcr.io/vipm-io/actions-runner-labview:main +ARG GITHUB_REPOSITORY +ENV GITHUB_REPOSITORY ${GITHUB_REPOSITORY} + ENV DOCKER_USER=labview # the script below will apply VIPC files, if they are found.