Skip to content

Commit 061b533

Browse files
Bump docker/build-push-action from 6.18.0 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.18.0...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44480c2 commit 061b533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
username: ${{ secrets.registry_user != null && secrets.registry_user || secrets.ALT_REG_USER }}
129129
password: ${{ secrets.registry_password != null && secrets.registry_password || secrets.ALT_REG_PASSWORD }}
130130
- name: Build and push
131-
uses: docker/build-push-action@v6.18.0
131+
uses: docker/build-push-action@v7.0.0
132132
with:
133133
context: "."
134134
# This is not conditional on pull_request as we want access to these if we are manually running it.

0 commit comments

Comments
 (0)