We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5946e commit a6dc0e6Copy full SHA for a6dc0e6
1 file changed
.github/workflows/build-and-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
build:
25
strategy:
26
matrix:
27
- version: [13, 14]
+ version: [13, 14, 15]
28
runs-on: ubuntu-latest
29
permissions:
30
contents: read
@@ -68,7 +68,7 @@ jobs:
68
with:
69
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
70
tags: |
71
- type=raw,value=latest,enable=${{ matrix.version == '14'}}
+ type=raw,value=latest,enable=${{ matrix.version == '15'}}
72
${{ matrix.version }}
73
74
# Build and push Docker image with Buildx (don't push on PR)
0 commit comments