Skip to content

Commit

Permalink
Add --build-arg OWNER to build process, so forks use correct images
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Aug 24, 2023
1 parent 74bbd0b commit 2aa9e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
shell: bash

- name: Build image 🛠
run: docker build --rm --force-rm --tag ${{ env.OWNER }}/${{ inputs.image }} images/${{ inputs.image }}/
run: docker build --rm --force-rm --tag ${{ env.OWNER }}/${{ inputs.image }} images/${{ inputs.image }}/ --build-arg OWNER=${{ env.OWNER }}
env:
DOCKER_BUILDKIT: 1
# Full logs for CI build
Expand Down

0 comments on commit 2aa9e0f

Please sign in to comment.