Skip to content

Commit 5c59658

Browse files
committed
ci: add jammy tags
1 parent 84f675c commit 5c59658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
imageName: ghcr.io/${{ github.repository }}
107107
cacheFrom: ghcr.io/${{ github.repository }}
108108
noCache: ${{ github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
109-
imageTag: ${{ matrix.QUARTO_VERSION }}
109+
imageTag: ${{ matrix.QUARTO_VERSION }},${{ matrix.QUARTO_VERSION }}-jammy
110110
push: always
111111
platform: linux/amd64
112112
# platform: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)