Skip to content

Commit

Permalink
fix image format
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed Sep 10, 2021
1 parent 331f8fe commit 372b21c
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 @@ -49,7 +49,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'gcr.io/oss-fuzz-base/cifuzz-build-fuzzers'
image: 'docker://gcr.io/oss-fuzz-base/cifuzz-build-fuzzers:latest'
env:
OSS_FUZZ_PROJECT_NAME: ${{ inputs.oss-fuzz-project-name }}
LANGUAGE: ${{ inputs.language }}
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 @@ -51,7 +51,7 @@ inputs:
default: false
runs:
using: 'docker'
image: 'gcr.io/oss-fuzz-base/cifuzz-run-fuzzers'
image: 'docker://gcr.io/oss-fuzz-base/cifuzz-run-fuzzers:latest'
env:
OSS_FUZZ_PROJECT_NAME: ${{ inputs.oss-fuzz-project-name }}
LANGUAGE: ${{ inputs.language }}
Expand Down

0 comments on commit 372b21c

Please sign in to comment.