From e213658e6cc8013317155b7583617599944c63c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 06:49:22 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 1 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/builder.yaml | 2 +- .github/workflows/release_standalone.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index 40dbd5f..d19cdd2 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -93,7 +93,7 @@ jobs: - name: Login to GitHub Container Registry if: env.BUILD_ARGS != '--test' - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/release_standalone.yaml b/.github/workflows/release_standalone.yaml index 1ecf386..840aad6 100644 --- a/.github/workflows/release_standalone.yaml +++ b/.github/workflows/release_standalone.yaml @@ -17,7 +17,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Log in to GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}