Skip to content

Commit

Permalink
build(github): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Aug 5, 2022
1 parent 6d4a252 commit 4d8707a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runs:
- name: Set image name from params or project version
id: get-image
shell: bash
run: echo "::set-output name=result::${{ inputs.repository }}:${{ inputs.version || steps.get-version.ouputs.result }}"
run: echo "::set-output name=result::${{ inputs.repository }}:${{ inputs.version || steps.get-version.outputs.result }}"
- name: Build Docker image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 4d8707a

Please sign in to comment.