Skip to content

Commit

Permalink
CI: fix manifest merge
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored Feb 7, 2025
1 parent 4e6ef5d commit f00ab94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
ctest --test-dir builddir --output-on-failure"
- 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' ) }}
provenance: false

merge-docker-manifest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f00ab94

Please sign in to comment.