Skip to content

Commit

Permalink
arg tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Aug 26, 2024
1 parent 834bed3 commit 9b01bfd
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 @@ -3,7 +3,7 @@
FROM ghcr.io/vipm-io/actions-runner-labview:main

ARG GITHUB_REPOSITORY
ENV GITHUB_REPOSITORY ${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=${{ env.GITHUB_REPOSITORY }}"
"GITHUB_REPOSITORY=${{ github.repository }}"

0 comments on commit 9b01bfd

Please sign in to comment.