Skip to content

Commit 36b2e54

Browse files
Bump docker/build-push-action from 6 to 7 (#3604)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2cc2e1e commit 36b2e54

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
username: ${{ secrets.DOCKERHUB_USERNAME }}
111111
password: ${{ secrets.DOCKERHUB_PASSWORD }}
112112
- name: Build docker image
113-
uses: docker/build-push-action@v6
113+
uses: docker/build-push-action@v7
114114
with:
115115
push: true
116116
context: docker

.github/workflows/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
username: ${{ secrets.DOCKERHUB_USERNAME }}
114114
password: ${{ secrets.DOCKERHUB_PASSWORD }}
115115
- name: Build docker image
116-
uses: docker/build-push-action@v6
116+
uses: docker/build-push-action@v7
117117
with:
118118
push: true
119119
context: docker

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
username: ${{ secrets.DOCKERHUB_USERNAME }}
132132
password: ${{ secrets.DOCKERHUB_PASSWORD }}
133133
- name: Build docker image
134-
uses: docker/build-push-action@v6
134+
uses: docker/build-push-action@v7
135135
with:
136136
push: true
137137
context: docker

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
username: ${{ secrets.DOCKERHUB_USERNAME }}
111111
password: ${{ secrets.DOCKERHUB_PASSWORD }}
112112
- name: Build & Push docker image
113-
uses: docker/build-push-action@v6
113+
uses: docker/build-push-action@v7
114114
with:
115115
push: true
116116
context: docker

0 commit comments

Comments
 (0)