Skip to content

Commit

Permalink
Update .github/actions/docker-build-and-push/action.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Yutaka Kondo <[email protected]>
  • Loading branch information
xmfcx and youtalk authored Jun 19, 2024
1 parent 720212c commit c03432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ runs:
- name: Build and Push to GitHub Container Registry
if: ${{ github.event_name == 'push' ||
github.event_name == 'schedule' ||
( github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'registry') }}
(github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'registry') }}
uses: docker/bake-action@v4
with:
push: ${{ inputs.allow-push == 'true' }}
Expand Down

0 comments on commit c03432d

Please sign in to comment.