diff options
author | 2023-09-12 20:27:38 +0100 | |
---|---|---|
committer | 2023-09-12 20:27:38 +0100 | |
commit | 37c90b8343af991c4e07eaf1ca0d5732b8570f2b (patch) | |
tree | c2fe7df9c6705d7fd19127c8a2345c9000cf711e | |
parent | Bump docker/build-push-action from 4 to 5 (#1363) (diff) |
Bump docker/login-action from 2 to 3 (#1362)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/build-deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index bb6b89a0..7745cb5e 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -23,7 +23,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to Github Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} |