Skip to content

Commit 80b058d

Browse files
Update docker/build-push-action action to v7
1 parent 3f00799 commit 80b058d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Build and publish
4949
id: docker_build
50-
uses: docker/build-push-action@v6
50+
uses: docker/build-push-action@v7
5151
with:
5252
push: true
5353
file: ${{ env.VERSION }}/Dockerfile
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Build and publish
8585
id: docker_build
86-
uses: docker/build-push-action@v6
86+
uses: docker/build-push-action@v7
8787
with:
8888
push: true
8989
file: ${{ env.VERSION }}/Dockerfile
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Build and publish
121121
id: docker_build
122-
uses: docker/build-push-action@v6
122+
uses: docker/build-push-action@v7
123123
with:
124124
push: true
125125
file: ${{ env.VERSION }}/Dockerfile
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: Build and publish
157157
id: docker_build
158-
uses: docker/build-push-action@v6
158+
uses: docker/build-push-action@v7
159159
with:
160160
push: true
161161
file: ${{ env.VERSION }}/Dockerfile

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Test build
2929
id: docker_build
30-
uses: docker/build-push-action@v6
30+
uses: docker/build-push-action@v7
3131
with:
3232
file: "${{ env.VERSION }}/Dockerfile"
3333

@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Test build
4545
id: docker_build
46-
uses: docker/build-push-action@v6
46+
uses: docker/build-push-action@v7
4747
with:
4848
file: "${{ env.VERSION }}/Dockerfile"
4949

@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Test build
6161
id: docker_build
62-
uses: docker/build-push-action@v6
62+
uses: docker/build-push-action@v7
6363
with:
6464
file: "${{ env.VERSION }}/Dockerfile"
6565

@@ -75,6 +75,6 @@ jobs:
7575

7676
- name: Test build
7777
id: docker_build
78-
uses: docker/build-push-action@v6
78+
uses: docker/build-push-action@v7
7979
with:
8080
file: "${{ env.VERSION }}/Dockerfile"

0 commit comments

Comments
 (0)