Skip to content

Commit

Permalink
Update continuous-integration-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored Feb 3, 2025
1 parent 154e28d commit 71c5e43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ jobs:
sed -i '26s/$/ /' ${{ matrix.config.dockerfile }}
- name: Push the image into GitHub Container Registry
uses: docker/build-push-action@v6
if: ${{ github.repository_owner == 'kokkos' && ( github.event_name == 'push' || github.event_name == 'schedule' ) }}
with:
tags: ${{ env.docker-tag }}
file: ${{ matrix.config.dockerfile }}
build-args: ${{ steps.build_args.outputs.args }}
push: true
push: ${{ github.repository_owner == 'kokkos' && ( github.event_name == 'push' || github.event_name == 'schedule' ) }}

0 comments on commit 71c5e43

Please sign in to comment.