Skip to content

Commit 6f4fcab

Browse files
renovate[bot]OliverDudgeon
authored andcommitted
chore(deps): update docker/build-push-action action to v7
1 parent 731ab3a commit 6f4fcab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Build
28-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@v7
2929
with:
3030
build-args: |
3131
GIT_SHA=${{ github.sha }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
type=raw,value=latest,enable=${{ !contains(needs.release.outputs.new_release_version, '-dev.') }}
9797
9898
- name: Build and push image
99-
uses: docker/build-push-action@v6
99+
uses: docker/build-push-action@v7
100100
with:
101101
context: .
102102
file: ./Dockerfile

0 commit comments

Comments
 (0)