Skip to content

Commit 8b05e96

Browse files
chore(deps): bump docker/build-push-action from 5 to 6 (#9168)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23efbdf commit 8b05e96

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cd-api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
username: ${{ github.actor }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464
- id: push
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
context: modules
6868
file: modules/api/Dockerfile

.github/workflows/cd-auth.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
username: ${{ github.actor }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464
- id: push
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
context: modules
6868
file: modules/auth/Dockerfile

.github/workflows/cd-metrics-scraper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
username: ${{ github.actor }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464
- id: push
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
context: modules
6868
file: modules/metrics-scraper/Dockerfile

.github/workflows/cd-web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
username: ${{ github.actor }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464
- id: push
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
context: .
6868
file: modules/web/Dockerfile

0 commit comments

Comments
 (0)