Skip to content

Commit 6c3bfd0

Browse files
Update docker/build-push-action action to v7 (#1049)
| datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v6 | v7 | 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 db186ed commit 6c3bfd0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: docker/setup-buildx-action@v4
6666

6767
- name: Build binary
68-
uses: docker/build-push-action@v6
68+
uses: docker/build-push-action@v7
6969
with:
7070
pull: true
7171
push: false

.github/workflows/docker-openresty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
6464

6565
- name: Build and push
66-
uses: docker/build-push-action@v6
66+
uses: docker/build-push-action@v7
6767
with:
6868
file: Dockerfile-openresty
6969
pull: true

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
8181

8282
- name: Build and push
83-
uses: docker/build-push-action@v6
83+
uses: docker/build-push-action@v7
8484
with:
8585
pull: true
8686
push: true

.github/workflows/system-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/setup-buildx-action@v4
4545

4646
- name: Build nginx
47-
uses: docker/build-push-action@v6
47+
uses: docker/build-push-action@v7
4848
with:
4949
pull: true
5050
load: true
@@ -56,7 +56,7 @@ jobs:
5656
NGINX_VERSION=${{ steps.vars.outputs.nginx_version }}
5757
5858
- name: Build backend
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
with:
6161
pull: true
6262
load: true
@@ -67,7 +67,7 @@ jobs:
6767
cache-to: type=gha,scope=system-backend,mode=max
6868

6969
- name: Build grpc-backend
70-
uses: docker/build-push-action@v6
70+
uses: docker/build-push-action@v7
7171
with:
7272
pull: true
7373
load: true

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
if: ${{ matrix.needs-updating == 'true' }}
134134

135135
- name: Build and push
136-
uses: docker/build-push-action@v6
136+
uses: docker/build-push-action@v7
137137
with:
138138
pull: true
139139
push: true

0 commit comments

Comments
 (0)