From d43a89b157232bb7dfcf02fa48365b681a4bd2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:11:15 +0000 Subject: [PATCH] Bump the docker group across 1 directory with 2 updates Bumps the docker group with 2 updates in the /.github/actions/setup-gear directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [docker/login-action](https://github.com/docker/login-action). Updates `docker/build-push-action` from 5.3.0 to 6.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.2.0) Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- .github/actions/setup-gear/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-gear/action.yaml b/.github/actions/setup-gear/action.yaml index 8fc385d0..1a30734f 100644 --- a/.github/actions/setup-gear/action.yaml +++ b/.github/actions/setup-gear/action.yaml @@ -19,14 +19,14 @@ runs: sudo systemctl restart docker docker network create gear - uses: docker/setup-buildx-action@v3.3.0 - - uses: docker/build-push-action@v5.3.0 + - uses: docker/build-push-action@v6.2.0 with: context: stack/gear/env/${{ inputs.devenv }} tags: stack/gear:${{ inputs.devenv }} load: true cache-from: type=gha,scope=stack/gear/${{ inputs.devenv }} cache-to: type=gha,mode=max,scope=stack/gear/${{ inputs.devenv }} - - uses: docker/login-action@v3.1.0 + - uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }}