Update docker.yml

This commit is contained in:
Nobix
2022-04-08 07:04:27 +05:30
committed by GitHub
parent 8850d6ad34
commit c8bb4282b8
+1 -1
View File
@@ -109,7 +109,7 @@ jobs:
if: $${{ github.event_name != 'pull_request' }} if: $${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
username: ${{ inputs.dockerhub-username }} username: buzzerburger
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Login to GHCR name: Login to GHCR