Skip to content

Commit

Permalink
fix workflow dispatch inputs for image building (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski authored Jun 6, 2022
1 parent 291a11b commit c95471b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set default docker tag for builds from master
id: docker-tag
run: |
USER_INPUT="${{ github.event.inputs.name }}"
USER_INPUT="${{ github.event.inputs.docker-tag }}"
echo ::set-output name=value::${USER_INPUT:-"latest"}
- name: Echo the tags that will be used to push images
Expand Down

0 comments on commit c95471b

Please sign in to comment.