From a7b8c2a75c1a83a883335c8d89f5a822b2feb28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:26:25 +0000 Subject: [PATCH 1/2] Bump docker/login-action from 3.5.0 to 3.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 64748e2..5eaaaf4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,7 +41,7 @@ jobs: - name: Authenticate with GHCR id: auth - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{github.actor}} @@ -98,7 +98,7 @@ jobs: - name: Authenticate with GHCR id: auth - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{github.actor}} From 50c5137d4f5d1d27d72ce2dac365569c25055e51 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Tue, 30 Sep 2025 13:51:25 +0100 Subject: [PATCH 2/2] Update build.yaml --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5eaaaf4..50decde 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,8 +44,8 @@ jobs: uses: docker/login-action@v3.6.0 with: registry: ghcr.io - username: ${{github.actor}} - password: ${{secrets.BUILD_TOKEN}} + username: ${{ github.actor }} + password: ${{ secrets.BUILD_TOKEN }} - name: Set up Docker Buildx id: buildx @@ -101,8 +101,8 @@ jobs: uses: docker/login-action@v3.6.0 with: registry: ghcr.io - username: ${{github.actor}} - password: ${{secrets.BUILD_TOKEN}} + username: ${{ github.actor }} + password: ${{ secrets.BUILD_TOKEN }} - name: Set up Docker Buildx id: buildx