Skip to content

Commit e11e00e

Browse files
committed
apptainer: patch with go/bump
Signed-off-by: Tuan Anh Tran <[email protected]>
1 parent 1fcf4d7 commit e11e00e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apptainer.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ pipeline:
2626
tag: v${{package.version}}
2727
expected-commit: 9725fd3ba6199e5eb2bbc1f343b788bad91eb4f0
2828

29+
- uses: go/bump
30+
with:
31+
deps: github.com/docker/[email protected] github.com/opencontainers/[email protected] golang.org/x/[email protected] golang.org/x/[email protected]
32+
2933
- runs: |
3034
echo "${{package.version}}-r${{package.epoch}}" >> VERSION
3135
@@ -69,4 +73,4 @@ test:
6973
apptainer help
7074
- runs: |
7175
apptainer remote add --no-login docker docker://docker.io
72-
apptainer build alpine.sif docker://alpine
76+
apptainer build --sandbox /tmp/alpine.sif docker://alpine:latest

0 commit comments

Comments
 (0)