From bb0970e8d30453fb03a5039ced128a8c85c243dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:26:14 +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 d3a0a38..07c7a3e 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 05d1af36c3f166dda6e0d9d524e36870aeac5fb0 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Tue, 30 Sep 2025 13:45:41 +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 07c7a3e..286581e 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