Skip to content

Commit

Permalink
feat: set bake target
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi committed Apr 25, 2024
1 parent 104b078 commit 6caddcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ runs:
with:
# Checking event_name for https://github.com/autowarefoundation/autoware/issues/2796
push: ${{ github.event_name == 'schedule' || github.ref_name == github.event.repository.default_branch || github.event_name == 'push'}}
targets: runtime
files: |
docker/${{ inputs.bake-target }}/docker-bake.hcl
${{ steps.meta-runtime.outputs.bake-file }}
Expand Down

0 comments on commit 6caddcd

Please sign in to comment.