Skip to content

Commit 44dbe69

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 058064c commit 44dbe69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)