Skip to content

Commit 8b070eb

Browse files
chore(deps): update docker/build-push-action action to v7 (#224)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a0a4e9 commit 8b070eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-deploy-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Build and push image
27-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
27+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
2828
with:
2929
push: true
3030
tags: |

.github/workflows/build-and-deploy-staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Build and push image
31-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
31+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
3232
with:
3333
push: true
3434
tags: |

.github/workflows/build-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and push image
30-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
30+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
3131
with:
3232
push: true
3333
tags: |

0 commit comments

Comments
 (0)