We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7269ce6 commit bea53d0Copy full SHA for bea53d0
.github/workflows/container.yml
@@ -62,7 +62,7 @@ jobs:
62
cache-from: type=registry,ref=ghcr.io/spack/tutorial:buildcache
63
cache-to: ${{ github.ref == github.event.repository.default_branch
64
&& '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'))
+ outputs: ${{ (github.ref == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/'))
66
&& 'type=registry' || 'type=docker,dest=/tmp/tutorial-container.tar' }}
67
68
- name: Upload container as artifact for PRs
0 commit comments