@@ -47,14 +47,12 @@ jobs:
4747
4848 - name : Log into Docker Hub
4949 uses : docker/login-action@v3
50- if : github.actor != 'dependabot[bot]'
5150 with :
5251 username : ${{ secrets.username }}
5352 password : ${{ secrets.password }}
5453
5554 - name : Login to Container registry
5655 uses : docker/login-action@v3
57- if : github.actor != 'dependabot[bot]'
5856 with :
5957 registry : ghcr.io
6058 username : ${{ github.repository_owner }}
8179 APP=${{ inputs.app-name }}
8280 APP_VERSION=${{ env.APP_VERSION }}
8381 APP_RELEASE_ID=${{ env.APP_RELEASE }}
84- push : ${{ github.actor != 'dependabot[bot]' }}
8582 labels : ${{ steps.meta.outputs.labels }}
8683 outputs : type=image,"name=${{ env.DOCKERHUB_REPO }},${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
8784
@@ -116,14 +113,12 @@ jobs:
116113
117114 - name : Log into Docker Hub
118115 uses : docker/login-action@v3
119- if : github.actor != 'dependabot[bot]'
120116 with :
121117 username : ${{ secrets.username }}
122118 password : ${{ secrets.password }}
123119
124120 - name : Login to Container registry
125121 uses : docker/login-action@v3
126- if : github.actor != 'dependabot[bot]'
127122 with :
128123 registry : ghcr.io
129124 username : ${{ github.repository_owner }}
0 commit comments