dependabot[bot] commited on
Commit
e5c925e
1 Parent(s): 8abc426

Bump docker/login-action from 2 to 3

Browse files

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]>

.github/workflows/docker_deploy.yml CHANGED
@@ -24,13 +24,13 @@ jobs:
24
  - name: Checkout
25
  uses: actions/checkout@v4
26
  - name: Login to Docker Hub
27
- uses: docker/login-action@v2
28
  if: github.event_name != 'pull_request'
29
  with:
30
  username: ${{ secrets.DOCKERHUB_USERNAME }}
31
  password: ${{ secrets.DOCKERHUB_TOKEN }}
32
  - name: Login to GitHub registry
33
- uses: docker/login-action@v2
34
  if: github.event_name != 'pull_request'
35
  with:
36
  registry: ghcr.io
 
24
  - name: Checkout
25
  uses: actions/checkout@v4
26
  - name: Login to Docker Hub
27
+ uses: docker/login-action@v3
28
  if: github.event_name != 'pull_request'
29
  with:
30
  username: ${{ secrets.DOCKERHUB_USERNAME }}
31
  password: ${{ secrets.DOCKERHUB_TOKEN }}
32
  - name: Login to GitHub registry
33
+ uses: docker/login-action@v3
34
  if: github.event_name != 'pull_request'
35
  with:
36
  registry: ghcr.io