We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824ea72 commit 240927aCopy full SHA for 240927a
.github/workflows/docker.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Log in to Docker Hub
23
uses: docker/login-action@v2
24
with:
25
+ registry: ${{ env.REGISTRY }}
26
username: ${{ github.actor }}
27
password: ${{ secrets.DOCKER_PASSWORD }}
28
0 commit comments