File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ jobs:
356356 notary -d ~/.docker/trust/ -s https://notary.docker.io addhash docker.io/nginxinc/nginx-unprivileged ${{ needs.version.outputs.major }}.${{ needs.version.outputs.minor }}-otel $SIZE --sha256 $DIGEST --publish --verbose
357357 notary -d ~/.docker/trust/ -s https://notary.docker.io addhash docker.io/nginxinc/nginx-unprivileged ${{ needs.version.outputs.major }}.${{ needs.version.outputs.minor }}-${{ needs.version.outputs.distro }}-otel $SIZE --sha256 $DIGEST --publish --verbose
358358 notary -d ~/.docker/trust/ -s https://notary.docker.io addhash docker.io/nginxinc/nginx-unprivileged stable-otel $SIZE --sha256 $DIGEST --publish --verbose
359- notary -d ~/.docker/trust/ -s https://notary.docker.io addhash docker.io/nginxinc/nginx-unprivileged stable-- ${{ needs.version.outputs.distro }}otel $SIZE --sha256 $DIGEST --publish --verbose
359+ notary -d ~/.docker/trust/ -s https://notary.docker.io addhash docker.io/nginxinc/nginx-unprivileged stable-${{ needs.version.outputs.distro }}- otel $SIZE --sha256 $DIGEST --publish --verbose
360360 env :
361361 DOCKER_CONTENT_TRUST_REPOSITORY_KEY : ${{ secrets.DOCKER_CONTENT_TRUST_REPOSITORY_KEY }}
362362 DOCKER_CONTENT_TRUST_REPOSITORY_KEY_ID : ${{ secrets.DOCKER_CONTENT_TRUST_REPOSITORY_KEY_ID }}
You can’t perform that action at this time.
0 commit comments