Skip to content

Commit c07d331

Browse files
author
Thomas Belin
committed
chore: More docker image build fix
1 parent 5407cb9 commit c07d331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
env:
4444
DOCKER_PASSWORD: ${{secrets.WEBTEAM_QUAY_PASSWORD}}
4545
DOCKER_USERNAME: ${{secrets.WEBTEAM_QUAY_USERNAME}}
46-
run: yarn docker '' "${{input.tag}}"
46+
run: yarn docker '' "${{inputs.tag}}"

0 commit comments

Comments
 (0)