]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump docker/login-action from 2.1.0 to 3.3.0 1966/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 31 Jan 2025 12:19:33 +0000 (12:19 +0000)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 12:19:33 +0000 (12:19 +0000)
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] <support@github.com>
.github/workflows/docker-build-on-tag.yaml

index 71c549ad45a9753e80f638a8155e2abf14b7a67f..929491ea796c5a64fd640bd61a59545af07a12b7 100644 (file)
@@ -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 }}