Skip to content

Commit a4ef02a

Browse files
committed
Fix Build
1 parent ea1c8f1 commit a4ef02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818

1919
- name: ko build
2020
env:
21-
KO_DOCKER_REPO: ghcr.io/lemon-mint/timeserver
21+
KO_DOCKER_REPO: ghcr.io/lemon-mint
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
run: ko build --tags "${GITHUB_REF#refs/*/},latest" .
23+
run: ko build -B .

0 commit comments

Comments
 (0)