ci: no docker login for dependabot

This commit is contained in:
scito
2023-02-07 10:51:07 +01:00
parent def5d58af0
commit 8df61f6ed7
2 changed files with 11 additions and 3 deletions

View File

@@ -137,12 +137,14 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
if: github.secret_source == 'Actions'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to Github Packages
uses: docker/login-action@v2
if: github.secret_source == 'Actions'
with:
registry: ghcr.io
username: ${{ github.actor }}