Skip to content

Commit 1557ae1

Browse files
committed
--platform=all
1 parent a4ef02a commit 1557ae1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Docker Image CI
22

33
on:
4-
push:
5-
tags:
6-
- 'v*.*.*'
4+
release:
5+
types: [created]
76

87
jobs:
98
build:
@@ -20,4 +19,4 @@ jobs:
2019
env:
2120
KO_DOCKER_REPO: ghcr.io/lemon-mint
2221
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
run: ko build -B .
22+
run: ko build --platform=all -B .

0 commit comments

Comments
 (0)