From 5a22b9cb63ee794e85c678d66d7e3e934f7dcc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:05:29 +0000 Subject: [PATCH] Bump the gha-dependencies group across 1 directory with 2 updates Bumps the gha-dependencies group with 2 updates in the / directory: [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](https://github.com/docker/login-action/compare/v2...v3) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build-test-upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-test-upload.yml b/.github/workflows/docker-build-test-upload.yml index ab62a71fb..d40917630 100644 --- a/.github/workflows/docker-build-test-upload.yml +++ b/.github/workflows/docker-build-test-upload.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Login to Container Registry 🔑 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: ${{ !github.event.pull_request.head.repo.fork }} with: registry: ghcr.io @@ -54,7 +54,7 @@ jobs: - name: Build and push image id: build-upload - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: tags: ${{ steps.meta.outputs.tags }} load: ${{ github.event.pull_request.head.repo.fork }}