Skip to content

Commit

Permalink
Merge pull request #292 from elastic/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-20d3377f8c

build(deps): bump the github-actions group with 2 updates
  • Loading branch information
reakaleek authored Jun 24, 2024
2 parents 9df6cf2 + 378ca86 commit c42b200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build and push image
id: docker-push
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
with:
context: .
provenance: mode=max
Expand All @@ -54,7 +54,7 @@ jobs:
labels: ${{ steps.docker-meta.outputs.labels }}

- name: Attest image
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
with:
subject-name: index.docker.io/${{ env.DOCKER_IMAGE_NAME }}
subject-digest: ${{ steps.docker-push.outputs.digest }}
Expand Down

0 comments on commit c42b200

Please sign in to comment.