Skip to content

Commit

Permalink
feat: support dockerfile with multi openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
cavivie committed Mar 29, 2024
1 parent 6451963 commit bc3e3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ runs:

# Push docker image to registry if the current github event is not pull request.
- name: Push docker image ${{ inputs.registry }}/${{ inputs.image }}:${{ inputs.tag }}
if: ${{ inputs.push }}
if: inputs.push # directly write variable ref instead of access variable block.
run: docker push "${{ inputs.registry }}/${{ inputs.image }}:${{ inputs.tag }}"
shell: ${{ inputs.shell }}

0 comments on commit bc3e3cf

Please sign in to comment.