Skip to content

Commit

Permalink
Update ci.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Aug 29, 2024
1 parent 420202b commit 0f64f0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

FROM ghcr.io/vipm-io/actions-runner-labview:main

# make vipm files writeable to labview user
RUN \
chmod -R ugo+rw /usr/local/JKI && \
chmod -R ugo+rw /etc/JKI && \
chmod ugo+x /usr/local/JKI/VIPM/vipm

# ARG GITHUB_REPOSITORY
# ENV GITHUB_REPOSITORY=${GITHUB_REPOSITORY}

Expand Down

0 comments on commit 0f64f0a

Please sign in to comment.