Update docker.yml

This commit is contained in:
Nobix
2022-04-08 06:34:14 +05:30
committed by GitHub
parent 002bee8df2
commit cad8427bf8
+2 -2
View File
@@ -110,14 +110,14 @@ jobs:
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
username: ${{ inputs.dockerhub-username }} username: ${{ inputs.dockerhub-username }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Login to GHCR name: Login to GHCR
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Docker meta name: Docker meta
id: docker_meta id: docker_meta