Skip to content

Commit 972dbc3

Browse files
Bump docker/build-push-action from 6 to 7
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>
1 parent df90c1f commit 972dbc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
username: ${{ github.actor }}
7373
password: ${{ secrets.GITHUB_TOKEN }}
7474
- uses: docker/setup-buildx-action@v3
75-
- uses: docker/build-push-action@v6
75+
- uses: docker/build-push-action@v7
7676
name: Build
7777
with:
7878
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)