Skip to content

Commit 3b14ce5

Browse files
committed
Fix apptainer build
1 parent d86b65f commit 3b14ce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ jobs:
7979
TAGS: ${{ steps.meta.outputs.tags }}
8080
run: |
8181
echo ${{ secrets.GITHUB_TOKEN }} | apptainer registry login -u ${{ secrets.GHCR_USERNAME }} --password-stdin docker://ghcr.io
82-
apptainer build --arch amd64 container.sif docker://${{ env.REGISTRY }}/${{ steps.lower-repo.outputs.repository }}:latest
82+
apptainer build container.sif docker://${{ env.REGISTRY }}/${{ steps.lower-repo.outputs.repository }}:latest
8383
echo "${TAGS}" | xargs -I {} apptainer push container.sif oras://{}-sif

0 commit comments

Comments
 (0)