From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:19:33 +0000 (+0000) Subject: Bump docker/login-action from 2.1.0 to 3.3.0 X-Git-Tag: 4.3.8-dev~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58abfd1922479f47c7f11e5750406802643f0ded;p=thirdparty%2Fshairport-sync.git Bump docker/login-action from 2.1.0 to 3.3.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.1.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/docker-build-on-tag.yaml b/.github/workflows/docker-build-on-tag.yaml index 71c549ad..929491ea 100644 --- a/.github/workflows/docker-build-on-tag.yaml +++ b/.github/workflows/docker-build-on-tag.yaml @@ -53,7 +53,7 @@ jobs: uses: docker/setup-buildx-action@v2.5.0 - name: Login to Docker Registry - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.3.0 with: registry: ${{ secrets.DOCKER_REGISTRY }} username: ${{ secrets.DOCKER_REGISTRY_USER }}