Skip to content

Commit 92e448e

Browse files
chore(deps): update docker/build-push-action action to v7 (#70)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 673587b commit 92e448e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker_build_lichen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Docker Buildx
2727
uses: docker/setup-buildx-action@v3
2828
- name: Build Docker image
29-
uses: docker/build-push-action@v6
29+
uses: docker/build-push-action@v7
3030
with:
3131
context: images/lichen
3232
platforms: linux/amd64 # no need for other platforms

.github/workflows/docker_build_tshark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
username: ${{ secrets.DOCKER_USERNAME }}
4545
password: ${{ secrets.DOCKER_PASSWORD }}
4646
- name: Build and push Docker image
47-
uses: docker/build-push-action@v6
47+
uses: docker/build-push-action@v7
4848
with:
4949
context: images/tshark
5050
platforms: linux/amd64,linux/arm64,linux/arm/v7

.github/workflows/docker_update_lichen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
username: ${{ secrets.DOCKER_USERNAME }}
5555
password: ${{ secrets.DOCKER_PASSWORD }}
5656
- name: Build and push Docker image
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: images/lichen
6060
platforms: linux/amd64 # no need for other platforms

.github/workflows/docker_update_toolbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
password: ${{ secrets.DOCKER_PASSWORD }}
6262
- name: Build and push Docker image
6363
id: build
64-
uses: docker/build-push-action@v6
64+
uses: docker/build-push-action@v7
6565
with:
6666
context: images/toolbox
6767
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)