We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bbd0b commit 2aa9e0fCopy full SHA for 2aa9e0f
.github/workflows/docker-build-test-upload.yml
@@ -60,7 +60,7 @@ jobs:
60
shell: bash
61
62
- name: Build image 🛠
63
- 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 }}
64
env:
65
DOCKER_BUILDKIT: 1
66
# Full logs for CI build
0 commit comments