Skip to content

Commit

Permalink
use deb-slim instead of ubi
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 25, 2024
1 parent 1e39c1a commit 531f53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Publish (latest)
run: tko "./dist/tko_linux_amd64_v1"
env:
TKO_BASE_IMAGE: registry.access.redhat.com/ubi9/ubi@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072
TKO_BASE_IMAGE: debian:bookworm-slim
TKO_DEST_PATH: "/usr/local/bin"
TKO_TARGET_REPO: "ghcr.io/dskiff/tko:latest"
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Publish (version)
run: tko "./dist/tko_linux_amd64_v1"
env:
TKO_BASE_IMAGE: registry.access.redhat.com/ubi9/ubi@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072
TKO_BASE_IMAGE: debian:bookworm-slim
TKO_DEST_PATH: "/usr/local/bin"
TKO_TARGET_REPO: "ghcr.io/dskiff/tko:${{ github.ref_name }}"
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 531f53c

Please sign in to comment.