Skip to content

Commit 7e6ea86

Browse files
ci(github-actions): bump docker/build-push-action (#66)
Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfecd14 commit 7e6ea86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
id: build-ci
169169
env:
170170
ENVIRONMENT: ci
171-
uses: docker/build-push-action@v5
171+
uses: docker/build-push-action@v6
172172
with:
173173
target: ${{ env.ENVIRONMENT }}
174174
cache-from: |
@@ -197,7 +197,7 @@ jobs:
197197
if: ${{ github.event_name != 'pull_request' }}
198198
env:
199199
ENVIRONMENT: dev
200-
uses: docker/build-push-action@v5
200+
uses: docker/build-push-action@v6
201201
with:
202202
target: ${{ env.ENVIRONMENT }}
203203
cache-from: |
@@ -211,7 +211,7 @@ jobs:
211211
if: ${{ github.event_name != 'pull_request' }}
212212
env:
213213
ENVIRONMENT: prod
214-
uses: docker/build-push-action@v5
214+
uses: docker/build-push-action@v6
215215
with:
216216
cache-from: |
217217
${{ env.GHCR_IMAGE_NAME }}:dev

0 commit comments

Comments
 (0)