Skip to content

Commit

Permalink
push only gcc images
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jul 10, 2024
1 parent bafd4e3 commit 73a08c3
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 @@ -45,4 +45,4 @@ jobs:
build-args: |
BASE_IMAGE=koide3/gtsam_docker:${{ matrix.DISTRO.ubuntu }}
context: .
push: ${{ github.event_name != 'push' }}
push: ${{ github.event_name == 'push' && contains(matrix.DISTRO.suffix, 'gcc') }}

0 comments on commit 73a08c3

Please sign in to comment.