Skip to content

Commit bea53d0

Browse files
authored
ci: fix a really small typo expecting tags to start with v (#393)
1 parent 7269ce6 commit bea53d0

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
@@ -62,7 +62,7 @@ jobs:
6262
cache-from: type=registry,ref=ghcr.io/spack/tutorial:buildcache
6363
cache-to: ${{ github.ref == github.event.repository.default_branch
6464
&& 'type=registry,ref=ghcr.io/spack/tutorial:buildcache,mode=max' || '' }}
65-
outputs: ${{ (github.ref == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/v'))
65+
outputs: ${{ (github.ref == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/'))
6666
&& 'type=registry' || 'type=docker,dest=/tmp/tutorial-container.tar' }}
6767

6868
- name: Upload container as artifact for PRs

0 commit comments

Comments
 (0)