]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bump docker/login-action from 1 to 2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 11 Nov 2022 14:24:16 +0000 (14:24 +0000)
committerVincent Bernat <vincent@bernat.ch>
Fri, 11 Nov 2022 15:23:02 +0000 (16:23 +0100)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
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/ci.yml

index 27c944d39810179f28051584a93b920099faf031..30760b75a0ff1d5dabffee36ea5fe41ce5cb6fdb 100644 (file)
@@ -152,7 +152,7 @@ jobs:
             type=semver,pattern={{version}}
             type=semver,pattern={{major}}.{{minor}}
             type=semver,pattern={{major}}
-      - uses: docker/login-action@v1
+      - uses: docker/login-action@v2
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}