File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4343 uses : actions/checkout@v3
4444
4545 - name : Log in to Docker Hub
46+ if : ${{ github.actor != 'dependabot[bot]' }}
4647 uses : docker/login-action@v3
4748 with :
4849 username : ${{ secrets.DOCKER_HUB_USERNAME }}
Original file line number Diff line number Diff line change @@ -29,11 +29,13 @@ jobs:
2929 git pull --recurse-submodules origin main
3030 git submodule update --remote --recursive
3131
32- - name : Docker Hub Login
32+ - name : Log in to Docker Hub
33+ if : ${{ github.actor != 'dependabot[bot]' }}
3334 uses : docker/login-action@v3
3435 with :
3536 username : ${{ secrets.DOCKER_HUB_USERNAME }}
3637 password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
38+
3739 - name : Metadata for Docker
3840 id : meta
3941 uses : docker/metadata-action@v5
You can’t perform that action at this time.
0 commit comments