Skip to content

Commit 70425c5

Browse files
chore(deps): bump docker/build-push-action from 6 to 7 (#24)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' 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 ca1faf2 commit 70425c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.REGISTRY_PASSWORD }}
4545
-
4646
name: Build and push to Docker Hub
47-
uses: docker/build-push-action@v6
47+
uses: docker/build-push-action@v7
4848
with:
4949
push: true
5050
tags: |
@@ -59,7 +59,7 @@ jobs:
5959
password: ${{secrets.GITHUB_TOKEN}}
6060
-
6161
name: Build and push to GitHub package registry
62-
uses: docker/build-push-action@v6
62+
uses: docker/build-push-action@v7
6363
with:
6464
push: true
6565
provenance: false

0 commit comments

Comments
 (0)