Skip to content

Commit

Permalink
don't push
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed May 8, 2024
1 parent 2836524 commit 280cba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} | oras login --username ${{ github.repository_owner }} --password-stdin ghcr.io
docker pull kaczmarj/apptainer:latest
docker run --rm --privileged -v $(pwd):/work kaczmarj/apptainer build nothingtoseehere.sif docker://"$first_tag"
oras push --export-manifest /dev/null "$csv_tags" nothingtoseehere.sif
# oras push --export-manifest /dev/null "$csv_tags" nothingtoseehere.sif
rm nothingtoseehere.sif
shell: sh

0 comments on commit 280cba6

Please sign in to comment.