Skip to content

Commit 8e018a1

Browse files
chore(deps): Bump docker/build-push-action from 5 to 6 (#205)
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 107c428 commit 8e018a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
type=sha
130130
131131
- name: Docker build [test]
132-
uses: docker/build-push-action@v5
132+
uses: docker/build-push-action@v6
133133
with:
134134
context: ${{ env.DOCKER_META_CONTEXT }}
135135
file: ${{ env.DOCKER_META_FILE }}
@@ -158,7 +158,7 @@ jobs:
158158
type=ref,event=branch
159159
160160
- name: Docker build+push [dev]
161-
uses: docker/build-push-action@v5
161+
uses: docker/build-push-action@v6
162162
if: github.event_name != 'pull_request' && steps.meta-dev.outputs.tags != ''
163163
with:
164164
context: ${{ env.DOCKER_META_CONTEXT }}
@@ -183,7 +183,7 @@ jobs:
183183
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
184184
185185
- name: Docker build+push [public]
186-
uses: docker/build-push-action@v5
186+
uses: docker/build-push-action@v6
187187
if: github.event_name != 'pull_request' && steps.meta-public.outputs.tags != ''
188188
with:
189189
context: ${{ env.DOCKER_META_CONTEXT }}

.github/workflows/lambda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
suffix=${{ env.DOCKER_META_SUFFIX_LAMBDA }}
102102
103103
- name: Docker build [test]
104-
uses: docker/build-push-action@v5
104+
uses: docker/build-push-action@v6
105105
with:
106106
context: ${{ env.DOCKER_META_CONTEXT }}
107107
file: ${{ env.DOCKER_META_FILE }}
@@ -132,7 +132,7 @@ jobs:
132132
suffix=${{ env.DOCKER_META_SUFFIX_LAMBDA }}
133133
134134
- name: Docker build+push [dev]
135-
uses: docker/build-push-action@v5
135+
uses: docker/build-push-action@v6
136136
if: github.event_name != 'pull_request' && steps.meta-dev.outputs.tags != ''
137137
with:
138138
context: ${{ env.DOCKER_META_CONTEXT }}
@@ -159,7 +159,7 @@ jobs:
159159
suffix=${{ env.DOCKER_META_SUFFIX_LAMBDA }}
160160
161161
- name: Docker build+push [public]
162-
uses: docker/build-push-action@v5
162+
uses: docker/build-push-action@v6
163163
if: github.event_name != 'pull_request' && steps.meta-public.outputs.tags != ''
164164
with:
165165
context: ${{ env.DOCKER_META_CONTEXT }}

0 commit comments

Comments
 (0)