Skip to content

Commit e53b64c

Browse files
authored
chore: Update GitHub Actions and remove artifact attestation step. (#47)
1 parent e8379ac commit e53b64c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/publish_release.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write
2525
steps:
2626
- name: Check out the repo
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828

2929
- name: Log in to Docker Hub
3030
uses: docker/login-action@v3
@@ -40,18 +40,10 @@ jobs:
4040

4141
- name: Build and push Docker image
4242
id: push
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
context: .
4646
file: ./Dockerfile
4747
push: true
4848
tags: ${{ steps.meta.outputs.tags }}
49-
labels: ${{ steps.meta.outputs.labels }}
50-
51-
52-
- name: Generate artifact attestation
53-
uses: actions/attest-build-provenance@v1
54-
with:
55-
subject-name: untagged6785/ha-mitaffald
56-
subject-digest: ${{ steps.push.outputs.digest }}
57-
push-to-registry: true
49+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)