Skip to content

Commit

Permalink
Merge pull request #2 from google/use-tag
Browse files Browse the repository at this point in the history
Use v1 tag for docker images.
  • Loading branch information
oliverchang authored Sep 27, 2021
2 parents 280fd33 + 4154b48 commit e0de7ad
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: 'docker://gcr.io/oss-fuzz-base/cifuzz-build-fuzzers:latest'
image: 'docker://gcr.io/oss-fuzz-base/cifuzz-build-fuzzers:v1'
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: 'docker://gcr.io/oss-fuzz-base/cifuzz-run-fuzzers:latest'
image: 'docker://gcr.io/oss-fuzz-base/cifuzz-run-fuzzers:v1'
env:
OSS_FUZZ_PROJECT_NAME: ${{ inputs.oss-fuzz-project-name }}
LANGUAGE: ${{ inputs.language }}
Expand Down

0 comments on commit e0de7ad

Please sign in to comment.