Skip to content

Commit 4dcd4a3

Browse files
ci(deps): bump the docker group with 2 updates
Bumps the docker group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/login-action` from 2 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fda1d1 commit 4dcd4a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
type=sha,prefix=beta-
159159
160160
- name: Build and push Docker image
161-
uses: docker/build-push-action@v5
161+
uses: docker/build-push-action@v6
162162
env:
163163
DOCKER_BUILDKIT: 1
164164
GOTOOLCHAIN: auto

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
type=raw,value=${{ github.event.inputs.version }},enable=${{ github.event_name == 'workflow_dispatch' }}
9797
9898
- name: Build and push Docker image
99-
uses: docker/build-push-action@v5
99+
uses: docker/build-push-action@v6
100100
env:
101101
DOCKER_BUILDKIT: 1
102102
GOTOOLCHAIN: auto

.github/workflows/helm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
# Login to GHCR for OCI chart push
118118
- name: Log in to the Container registry
119-
uses: docker/login-action@v2
119+
uses: docker/login-action@v3
120120
with:
121121
registry: ${{ env.REGISTRY }}
122122
username: ${{ github.actor }}

0 commit comments

Comments
 (0)