Skip to content

Commit

Permalink
try inspecting with Skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
prydom committed Oct 3, 2024
1 parent 0bd0c1e commit c73f529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bluebuild/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ runs:
RUST_LOG_STYLE: always
CLICOLOR_FORCE: '1'
run: |
BUILD_OPTS="--compression-format gzip --build-driver podman --inspect-driver podman --run-driver podman"
BUILD_OPTS="--compression-format gzip --build-driver podman --inspect-driver skopeo --run-driver podman"
bluebuild build -v --push ${BUILD_OPTS} ${RECIPE_PATH}

0 comments on commit c73f529

Please sign in to comment.