Skip to content

Commit 57d8742

Browse files
ci: build(deps): bump docker/build-push-action from 5 to 6 (#131)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b2bedc commit 57d8742

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
password: ${{ secrets.DOCKERHUB_TOKEN }}
7373

7474
- name: Build and push Docker image
75-
uses: docker/build-push-action@v5
75+
uses: docker/build-push-action@v6
7676
with:
7777
context: .
7878
file: ./Dockerfile.ci
@@ -121,7 +121,7 @@ jobs:
121121
type=ref,event=pr
122122
123123
- name: Build and push Docker image
124-
uses: docker/build-push-action@v5
124+
uses: docker/build-push-action@v6
125125
with:
126126
context: .
127127
file: ./Dockerfile.ci

0 commit comments

Comments
 (0)