Merge pull request #616 from unpoller/dependabot/github_actions/docker/login-action-3.0.0
Bump docker/login-action from 2.2.0 to 3.0.0
This commit is contained in:
		
						commit
						d1dde264b6
					
				|  | @ -31,13 +31,13 @@ jobs: | |||
|         id: buildx | ||||
|         uses: docker/setup-buildx-action@v2 | ||||
|       - name: Login to GitHub Container Registry | ||||
|         uses: docker/login-action@v2.2.0 | ||||
|         uses: docker/login-action@v3.0.0 | ||||
|         with: | ||||
|           registry: ghcr.io | ||||
|           username: ${{ github.actor }} | ||||
|           password: ${{ secrets.GITHUB_TOKEN }} | ||||
|       - name: Login to Docker Hub | ||||
|         uses: docker/login-action@v2.2.0 | ||||
|         uses: docker/login-action@v3.0.0 | ||||
|         with: | ||||
|           username: ${{ secrets.DOCKER_USERNAME }} | ||||
|           password: ${{ secrets.DOCKER_PASSWORD }} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue