Barazo default frontend barazo.forum
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): add missing step id for build provenance attestation

The attestation step referenced steps.build.outputs.digest but the
build step had no id. This would cause the attestation to fail on
tag push.

+1
+1
.github/workflows/docker.yml
··· 48 48 type=sha 49 49 50 50 - name: Build and push Docker image 51 + id: build 51 52 uses: docker/build-push-action@v5 52 53 with: 53 54 context: .