Skip to content

Commit

Permalink
revert changes to __build_base.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yasahi-hpc committed Jul 26, 2024
1 parent 84d484f commit cf17a9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/__build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ jobs:
docker/${{ matrix.image.name }}
- name: Push Docker image
uses: actions/upload-artifact@v4
with:
name: base_${{ matrix.image.name }}_${{ inputs.image_suffix }}:${{ inputs.image_tag }}
path: ghcr.io/kokkos/kokkos-fft/base_${{ matrix.image.name }}_${{ inputs.image_suffix }}:${{ inputs.image_tag }}
run: docker push ghcr.io/kokkos/kokkos-fft/base_${{ matrix.image.name }}_${{ inputs.image_suffix }}:${{ inputs.image_tag }}

- name: Convert Docker image to Singularity
run: singularity build base.sif docker://ghcr.io/kokkos/kokkos-fft/base_${{ matrix.image.name }}_${{ inputs.image_suffix }}:${{ inputs.image_tag }}
Expand Down

0 comments on commit cf17a9b

Please sign in to comment.