We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1d4b8 commit fa73055Copy full SHA for fa73055
1 file changed
.github/workflows/release.yml
@@ -57,6 +57,9 @@ jobs:
57
if: startsWith(github.ref, 'refs/tags/')
58
env:
59
KO_DOCKER_REPO: ghcr.io/${{ github.repository }}
60
+ # Consumed by ldflags templates in .ko.yaml
61
+ VERSION: ${{ github.ref_name }}
62
+ COMMIT: ${{ github.sha }}
63
run: |
64
ko build --bare --tags="${GITHUB_REF_NAME},latest" --platform=linux/amd64,linux/arm64 ./
65
0 commit comments