Skip to content

Commit 26b5727

Browse files
chore: bump docker/build-push-action from 4.0.0 to 6.13.0 (#109)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.0.0...v6.13.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kostiantyn Kulbachnyi <[email protected]>
1 parent 0d7d205 commit 26b5727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
images: ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}
6060

6161
- name: Build and push Docker image
62-
uses: docker/build-push-action@v4.0.0
62+
uses: docker/build-push-action@v6.13.0
6363
with:
6464
context: .
6565
push: true

0 commit comments

Comments
 (0)