File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : echo "Exposing env vars for reusable workflow"
4848
4949 build-and-test :
50- uses : docker/github-builder/.github/workflows/build.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c # v1.5 .0
50+ uses : docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6 .0
5151 needs :
5252 - smoke-tests
5353 permissions :
7070 build-and-push :
7171 if : needs.smoke-tests.outputs.DO_DEPLOY == 'true'
7272 needs : [smoke-tests, build-and-test]
73- uses : docker/github-builder/.github/workflows/build.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c # v1.5 .0
73+ uses : docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6 .0
7474 permissions :
7575 contents : read # same as global permissions
7676 id-token : write # for signing attestation(s) with GitHub OIDC Token
You can’t perform that action at this time.
0 commit comments