Skip to content

Commit f101c55

Browse files
committed
fix ci
1 parent 3619415 commit f101c55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
alpine_version:
31-
- 3.20
32-
- 3.21
31+
- '3.20'
32+
- '3.21'
3333

3434
runs-on: ubuntu-latest
3535
permissions:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Preparation
4444
id: prep
4545
run: |
46-
ALPINE_VERSION=${{ matrix.alpine_version }}
46+
ALPINE_VERSION="${{ matrix.alpine_version }}"
4747
BUILD_ARG="${ALPINE_VERSION}"
4848
IMAGE_VERSION=$(curl -s "https://api.github.com/repos/${{ github.repository }}/tags" | jq -r '.[0].name')
4949

0 commit comments

Comments
 (0)