Skip to content

Commit

Permalink
Merge pull request #10 from dskiff/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin debian Docker tag to 155280b
  • Loading branch information
dskiff committed Apr 25, 2024
2 parents b84e62f + 77b48e5 commit 4f1c2d9
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: debian:bookworm-slim
TKO_BASE_IMAGE: debian:bookworm-slim@sha256:155280b00ee0133250f7159b567a07d7cd03b1645714c3a7458b2287b0ca83cb
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: debian:bookworm-slim
TKO_BASE_IMAGE: debian:bookworm-slim@sha256:155280b00ee0133250f7159b567a07d7cd03b1645714c3a7458b2287b0ca83cb
TKO_DEST_PATH: "/usr/local/bin"
TKO_TARGET_REPO: "ghcr.io/dskiff/tko:${{ github.ref_name }}"
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 4f1c2d9

Please sign in to comment.