Skip to content

Commit

Permalink
use bash as entrypoint for consumable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 25, 2024
1 parent 50a1ce8 commit 993766a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
- name: Publish (latest)
run: tko build -t "ghcr.io/dskiff/tko:latest" -d "/usr/local/bin" "./dist/tko_linux_amd64_v1"
env:
TKO_ENTRYPOINT: /bin/bash
TKO_BASE_IMAGE: debian:bookworm-slim@sha256:155280b00ee0133250f7159b567a07d7cd03b1645714c3a7458b2287b0ca83cb
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 993766a

Please sign in to comment.