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 028194b commit cd9a1ddCopy full SHA for cd9a1dd
.github/workflows/build_wolfram.yml
@@ -67,7 +67,7 @@ jobs:
67
type=ref,event=tag
68
type=ref,event=pr
69
type=raw,value=${{ matrix.wolfram_version }},suffix=,enable={{is_default_branch}}
70
- type=raw,value=latest,suffix=,enable=${{ github.ref_name == github.event.repository.default_branch && matrix.wolfram_version == '13.3' }}
+ type=raw,value=latest,suffix=,enable=${{ github.ref_name == github.event.repository.default_branch && matrix.wolfram_version == '14.1' }}
71
type=edge,branch=main
72
images: |
73
ghcr.io/${{ github.repository }}/wolfram
0 commit comments