We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1c8f1 commit a4ef02aCopy full SHA for a4ef02a
.github/workflows/docker-image.yml
@@ -18,6 +18,6 @@ jobs:
18
19
- name: ko build
20
env:
21
- KO_DOCKER_REPO: ghcr.io/lemon-mint/timeserver
+ KO_DOCKER_REPO: ghcr.io/lemon-mint
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
- run: ko build --tags "${GITHUB_REF#refs/*/},latest" .
+ run: ko build -B .
0 commit comments