File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 8282 VCS_REF=${{ github.sha }}
8383 VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
8484
85- - name : Generate artifact attestation
86- if : github.event_name != 'pull_request'
87- uses : actions/attest-build-provenance@v1
88- with :
89- subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
90- subject-digest : ${{ steps.build-and-push.outputs.digest }}
91- push-to-registry : true
92-
9385 test :
9486 runs-on : ubuntu-latest
9587 needs : build-and-push
@@ -180,21 +172,3 @@ jobs:
180172 git commit -m "docs: update README with latest build info [skip ci]"
181173 git push
182174 fi
183-
184- notify :
185- runs-on : ubuntu-latest
186- needs : [build-and-push, security-scan]
187- if : always() && github.ref == 'refs/heads/main'
188-
189- steps :
190- - name : Notify on success
191- if : needs.build-and-push.result == 'success'
192- run : |
193- echo "✅ Birthday Sync image built and published successfully"
194- echo "Image: ghcr.io/${{ github.repository }}:latest"
195-
196- - name : Notify on failure
197- if : needs.build-and-push.result == 'failure'
198- run : |
199- echo "❌ Birthday Sync build failed"
200- exit 1
You can’t perform that action at this time.
0 commit comments