From 06d78dd3f892d819fcfa73e2bd20bb05b5d51ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:46:09 +0000 Subject: [PATCH 1/2] Bump docker/login-action from 3.0.0 to 3.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/343f7c4344506bcbf9b4de18042ae17996df046d...e92390c5fb421da1463c202d546fed0ec5c39f20) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3f97a1978..001f1f64a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: install-only: true - name: Log into ghcr.io - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2.0.0 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v2.0.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From ba8c67c9db3812097dc3282e579db07f9ec80fb3 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 18 Mar 2024 14:37:02 +0100 Subject: [PATCH 2/2] Update release.yaml Signed-off-by: Carlos Tadeu Panato Junior --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 001f1f64a..a55142a16 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: install-only: true - name: Log into ghcr.io - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v2.0.0 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 with: registry: ghcr.io username: ${{ github.repository_owner }}