Skip to content

Commit

Permalink
use ubi base
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 25, 2024
1 parent ff8e4a2 commit 1e39c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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,6 +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_DEST_PATH: "/usr/local/bin"
TKO_TARGET_REPO: "ghcr.io/dskiff/tko:latest"
GITHUB_TOKEN: ${{ github.token }}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +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_DEST_PATH: "/usr/local/bin"
TKO_TARGET_REPO: "ghcr.io/dskiff/tko:${{ github.ref_name }}"
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 1e39c1a

Please sign in to comment.