Skip to content

Commit 60f64b7

Browse files
committed
fix: removed flawed workflow
1 parent 0586848 commit 60f64b7

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ jobs:
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

0 commit comments

Comments
 (0)