Skip to content

Commit

Permalink
try cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 27, 2024
1 parent bc0f21b commit cd4ad2e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
run: go run . version

- name: Run against local docker daemon
run: go run . build -t "test/repo" "./dist/tko_linux_amd64_v1"
run: |
go run . build \
-t "test/repo" \
-l "org.opencontainers.image.revision=${{ github.sha }} \
-l "org.opencontainers.image.version=dev-${{ github.sha }} \
"./dist/tko_linux_amd64_v1"
env:
TARGET_TYPE: LOCAL_DAEMON
TKO_TARGET_TYPE: LOCAL_DAEMON

0 comments on commit cd4ad2e

Please sign in to comment.