We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60abfaf commit 0b930c8Copy full SHA for 0b930c8
1 file changed
.github/workflows/release_dockerhub.yml
@@ -29,6 +29,13 @@ jobs:
29
username: ${{ secrets.DOCKER_USERNAME }}
30
password: ${{ secrets.DOCKER_PASSWORD }}
31
32
+ - name: Log in to the GitHub Container registry
33
+ uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34
+ with:
35
+ registry: ghcr.io
36
+ username: ${{ github.actor }}
37
+ password: ${{ secrets.GITHUB_TOKEN }}
38
+
39
- name: Set up Docker Buildx
40
id: buildx
41
uses: docker/setup-buildx-action@v1
0 commit comments