Merge pull request 'Update docker/login-action action to v4' (#14) from renovate/docker-login-action-4.x into main
Docker Build and Push / build (push) Successful in 53s
Docker Build and Push / build (push) Successful in 53s
Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Login to Docker Hub
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user