This commit is contained in:
Attilio Greco 2021-10-19 18:22:00 +02:00
parent 58dfbb7017
commit 8a79d578ce

View File

@ -65,6 +65,7 @@ jobs:
name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-