Skip to content

Commit

Permalink
fix build args
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Aug 26, 2024
1 parent 93f35e7 commit a42b90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

ARG GITHUB_REPOSITORY ""
ARG GITHUB_REPOSITORY
ENV GITHUB_REPOSITORY ${GITHUB_REPOSITORY}

ENV DOCKER_USER=labview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
BUILDKIT_PROGRESS=plain
"GITHUB_REPOSITORY=${{ GITHUB_REPOSITORY }}"
GITHUB_REPOSITORY=${{ GITHUB_REPOSITORY }}

0 comments on commit a42b90d

Please sign in to comment.