From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 10:05:06 +0000 (+0000) Subject: Bump docker/login-action from 3.3.0 to 3.5.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2081%2Fhead;p=thirdparty%2Fshairport-sync.git Bump docker/login-action from 3.3.0 to 3.5.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/docker-on-push-tag-or-pr.yaml b/.github/workflows/docker-on-push-tag-or-pr.yaml index c27e8065..1bca74fb 100644 --- a/.github/workflows/docker-on-push-tag-or-pr.yaml +++ b/.github/workflows/docker-on-push-tag-or-pr.yaml @@ -51,7 +51,7 @@ jobs: steps: - name: Login to Docker Registry - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.5.0 with: registry: ${{ secrets.DOCKER_REGISTRY }} username: ${{ secrets.DOCKER_REGISTRY_USER }}