diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-27 14:05:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 14:05:09 +0100 |
| commit | 7e5606f82fa5c1b008b4a714ea28e55256362b4b (patch) | |
| tree | 4f3e34633158d9eec42900bb7f390e2916634209 /.github | |
| parent | 79c0f0ed6f71158d311185e09188af10f4973e6f (diff) | |
Bump docker/login-action from 2.1.0 to 3.0.0 (#2779)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2.1.0...v3.0.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 10b1da4e..95ab1b05 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -27,7 +27,7 @@ jobs: platforms: ${{ env.PLATFORMS }} - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.0.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} |
