This commit is contained in:
Archi
2021-12-20 14:07:41 +01:00
parent 6e5a02c380
commit 11f8b6aae5
3 changed files with 6 additions and 6 deletions

View File

@@ -27,11 +27,11 @@ jobs:
uses: docker/login-action@v1.11.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v1.11.0
uses: docker/login-action@v1.11.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}