File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040 context : container-builds/fuzzing-container/src/
4141 push : true
4242 tags : |
43- ghcr.io/aztecprotocol/fuzzing-container :latest
44- ghcr.io/aztecprotocol/fuzzing-container :${{ github.sha }}
43+ ghcr.io/aztecprotocol/contfuzzer-demo :latest
44+ ghcr.io/aztecprotocol/contfuzzer-demo :${{ github.sha }}
4545 build-args : |
4646 COMMIT=${{ github.event_name == 'workflow_dispatch' && github.event.inputs.commit || github.sha }}
4747 labels : |
@@ -55,10 +55,10 @@ jobs:
5555
5656 - name : Extract and attach fuzzer manifest
5757 run : |
58- docker create --name manifest-extract ghcr.io/aztecprotocol/fuzzing-container :${{ github.sha }}
58+ docker create --name manifest-extract ghcr.io/aztecprotocol/contfuzzer-demo :${{ github.sha }}
5959 docker cp manifest-extract:/home/fuzzer/aztec-packages/barretenberg/cpp/fuzzer_manifest.json ./fuzzer_manifest.json
6060 docker rm manifest-extract
61- oras attach ghcr.io/aztecprotocol/fuzzing-container @${{ steps.build.outputs.digest }} \
61+ oras attach ghcr.io/aztecprotocol/contfuzzer-demo @${{ steps.build.outputs.digest }} \
6262 --artifact-type application/vnd.aztec.fuzzer-manifest+json \
6363 fuzzer_manifest.json
6464
7070 - name : Sign image
7171 run : |
7272 cosign sign --yes \
73- ghcr.io/aztecprotocol/fuzzing-container @${{ steps.build.outputs.digest }}
73+ ghcr.io/aztecprotocol/contfuzzer-demo @${{ steps.build.outputs.digest }}
You can’t perform that action at this time.
0 commit comments