Skip to content

Commit

Permalink
test upload-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
yasahi-hpc committed Jul 26, 2024
1 parent b19f377 commit d14f17f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/__build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
docker/${{ matrix.image.name }}
- name: Push Docker image
run: docker push ghcr.io/kokkos/kokkos-fft/base_${{ matrix.image.name }}_${{ inputs.image_suffix }}:${{ inputs.image_tag }}
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 }}

- 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 d14f17f

Please sign in to comment.