Skip to content

Commit a2f3594

Browse files
authored
Merge pull request #123 from Adyen/renovate/docker-build-push-action-7.x
chore(deps): update docker/build-push-action action to v7
2 parents df74def + 758a680 commit a2f3594

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_latest_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
username: ${{ github.actor }}
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Build and push latest
31-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
31+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
3232
with:
3333
push: true
3434
tags: ghcr.io/adyen/kubectl-rexec:latest
3535
- name: Build and push ref
36-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
36+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
3737
with:
3838
push: true
3939
tags: ghcr.io/adyen/kubectl-rexec:${{github.ref_name}}

0 commit comments

Comments
 (0)