Skip to content

Commit

Permalink
upload image on repository_dipatch (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 authored Jul 16, 2024
1 parent 3a0b9f8 commit 71ff684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
BASE_IMAGE=koide3/gtsam_points:${{ matrix.DISTRO.ubuntu }}
ROS_DISTRO=${{ matrix.DISTRO.ros }}
context: .
push: ${{ github.event_name == 'push' && contains(matrix.DISTRO.suffix, 'gcc') }}
push: ${{ (github.event_name == 'push' || github.event_name == 'repository_dispatch') && contains(matrix.DISTRO.suffix, 'gcc') }}

dispatch:
needs: build
Expand Down

0 comments on commit 71ff684

Please sign in to comment.