Skip to content

Commit a78e41d

Browse files
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1196f9f commit a78e41d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: aws-actions/amazon-ecr-login@v2
6363
- name: Build and push
6464
id: docker_build_and_push
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
builder: ${{ steps.buildx.outputs.name }}
6868
context: api

.github/workflows/build-public-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
registry-type: 'public'
6161
- name: Build and push
6262
id: docker_build_and_push
63-
uses: docker/build-push-action@v5
63+
uses: docker/build-push-action@v6
6464
with:
6565
builder: ${{ steps.buildx.outputs.name }}
6666
context: api

.github/workflows/cve_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
${{ runner.os }}-buildx-
4848
4949
- name: Build docker image
50-
uses: docker/build-push-action@v5
50+
uses: docker/build-push-action@v6
5151
with:
5252
builder: ${{ steps.buildx.outputs.name }}
5353
context: api

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Build & push docker image
6464
id: docker_build_and_push
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
builder: ${{ steps.buildx.outputs.name }}
6868
context: api

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
password: ${{ secrets.GITHUB_TOKEN }}
8080
- name: Build and push
8181
id: docker_build_and_push
82-
uses: docker/build-push-action@v5
82+
uses: docker/build-push-action@v6
8383
with:
8484
builder: ${{ steps.buildx.outputs.name }}
8585
context: api

.github/workflows/separate_env_public_create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: aws-actions/amazon-ecr-login@v2
6363
- name: Build and push
6464
id: docker_build_and_push
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
builder: ${{ steps.buildx.outputs.name }}
6868
context: api

0 commit comments

Comments
 (0)