Skip to content

Commit 3ffbc19

Browse files
chore(deps): bump docker/build-push-action from 5 to 6
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-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e704355 commit 3ffbc19

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build-and-push-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
REPO: "${{ github.repository }}"
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v5
52+
uses: docker/build-push-action@v6
5353
with:
5454
context: .
5555
file: ./.docker/Dockerfile.dev

.github/workflows/build-and-push-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
REPO: "${{ github.repository }}"
9191

9292
- name: Build and push
93-
uses: docker/build-push-action@v5
93+
uses: docker/build-push-action@v6
9494
with:
9595
context: .
9696
file: ./.docker/Dockerfile.prod

.github/workflows/build-and-push-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Build and push Version
8080
if: github.event_name == 'push'
81-
uses: docker/build-push-action@v5
81+
uses: docker/build-push-action@v6
8282
with:
8383
context: .
8484
file: ./.docker/Dockerfile.stage
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Build and push Version
9090
if: github.event_name == 'workflow_dispatch'
91-
uses: docker/build-push-action@v5
91+
uses: docker/build-push-action@v6
9292
with:
9393
context: .
9494
file: ./.docker/Dockerfile.stage

.github/workflows/deploy_pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
REPO: "${{ github.repository }}"
3838

3939
- name: Build and push
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: .
4343
file: ./.docker/Dockerfile.dev

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo "COMMIT_SHA=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
115115
116116
- name: Build and push Version
117-
uses: docker/build-push-action@v5
117+
uses: docker/build-push-action@v6
118118
with:
119119
context: .
120120
file: ./.docker/Dockerfile.stage

0 commit comments

Comments
 (0)