Skip to content

Commit

Permalink
Switch to the latest images
Browse files Browse the repository at this point in the history
CFLite can't be pinned properly so to unpin it it should be
possible to always use the latest images.

This reverts google#2

Closes google#95
  • Loading branch information
evverx committed Apr 22, 2022
1 parent 90ae9e9 commit 955f709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/build_fuzzers/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://gcr.io/oss-fuzz-base/clusterfuzzlite-build-fuzzers:v1'
image: 'docker://gcr.io/oss-fuzz-base/clusterfuzzlite-build-fuzzers:latest'
env:
ALLOWED_BROKEN_TARGETS_PERCENTAGE: ${{ inputs.allowed-broken-targets-percentage}}
BAD_BUILD_CHECK: ${{ inputs.bad-build-check }}
Expand Down
2 changes: 1 addition & 1 deletion actions/run_fuzzers/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ inputs:
default: False
runs:
using: 'docker'
image: 'docker://gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:v1'
image: 'docker://gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:latest'
env:
FUZZ_SECONDS: ${{ inputs.fuzz-seconds }}
MODE: ${{ inputs.mode }}
Expand Down

0 comments on commit 955f709

Please sign in to comment.