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 84f675c commit 5c59658Copy full SHA for 5c59658
.github/workflows/devcontainer.yml
@@ -106,7 +106,7 @@ jobs:
106
imageName: ghcr.io/${{ github.repository }}
107
cacheFrom: ghcr.io/${{ github.repository }}
108
noCache: ${{ github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
109
- imageTag: ${{ matrix.QUARTO_VERSION }}
+ imageTag: ${{ matrix.QUARTO_VERSION }},${{ matrix.QUARTO_VERSION }}-jammy
110
push: always
111
platform: linux/amd64
112
# platform: linux/amd64,linux/arm64
0 commit comments