Skip to content

Commit 02d6b9c

Browse files
authored
Update build-image.yaml
1 parent 6614237 commit 02d6b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up QEMU
4646
uses: docker/setup-qemu-action@v1
4747
with:
48-
platforms: $PLATFORMS
48+
platforms: ${PLATFORMS}
4949
- name: Set up Docker Buildx
5050
id: buildx
5151
uses: docker/setup-buildx-action@v1
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
builder: ${{ steps.buildx.outputs.name }}
5757
context: ./docker-image/
58-
platforms: $PLATFORMS
58+
platforms: ${PLATFORMS}
5959
push: true
6060
tags: |
6161
ghcr.io/${GITHUB_REPOSITORY}:latest

0 commit comments

Comments
 (0)