Skip to content

Commit d31b31b

Browse files
committed
Fix image push
1 parent 43298d7 commit d31b31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Publish image
4747
run: |
48-
docker push ${{ env.IMAGE }}
48+
make image-push IMAGE_PLATFORM=${{ matrix.image-platform }} TARGET_ARCH=${{ matrix.target }}
4949
5050
create_release:
5151
name: Create Release

0 commit comments

Comments
 (0)