Skip to content

Commit f84977e

Browse files
authored
Container action (#537)
* Add GitHub workflow to publish containers * Update container workflow * Change to apptainer command in container flow
1 parent 0448c21 commit f84977e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Upload singularity container
4545
run: |
46-
singularity registry login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
46+
singularity remote login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
4747
singularity push .singularity/image-${{ env.TAG }}.img oras://docker.io/riscvintl/spec-generator:${{ env.TAG }}
4848
4949
publish-docker-container:

0 commit comments

Comments
 (0)