Skip to content

Commit 2aa9e0f

Browse files
committed
Add --build-arg OWNER to build process, so forks use correct images
1 parent 74bbd0b commit 2aa9e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-test-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
shell: bash
6161

6262
- name: Build image 🛠
63-
run: docker build --rm --force-rm --tag ${{ env.OWNER }}/${{ inputs.image }} images/${{ inputs.image }}/
63+
run: docker build --rm --force-rm --tag ${{ env.OWNER }}/${{ inputs.image }} images/${{ inputs.image }}/ --build-arg OWNER=${{ env.OWNER }}
6464
env:
6565
DOCKER_BUILDKIT: 1
6666
# Full logs for CI build

0 commit comments

Comments
 (0)