dependabot[bot] commited on
Commit
1cd336c
1 Parent(s): 026f779

build(deps): bump docker/login-action from 2 to 3 (#410)

Browse files
Files changed (1) hide show
  1. .github/workflows/docker.yml +1 -1
.github/workflows/docker.yml CHANGED
@@ -40,7 +40,7 @@ jobs:
40
  key: buildx-cache
41
  # Login to ghcr.io
42
  - name: Log in to Docker Hub
43
- uses: docker/login-action@v2
44
  with:
45
  username: neonmmd
46
  password: ${{ secrets.DOCKERHUB_TOKEN }}
 
40
  key: buildx-cache
41
  # Login to ghcr.io
42
  - name: Log in to Docker Hub
43
+ uses: docker/login-action@v3
44
  with:
45
  username: neonmmd
46
  password: ${{ secrets.DOCKERHUB_TOKEN }}