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 69ea635 commit 50fae05Copy full SHA for 50fae05
.github/workflows/build-docker.yml
@@ -16,6 +16,14 @@ jobs:
16
# so we have to do it ourselves in a script.
17
run: echo "repoowner=${{ github.repository_owner }}" | tr 'A-Z' 'a-z' >> "$GITHUB_OUTPUT"
18
19
+ -
20
+ name: Login to GitHub Container Registry
21
+ uses: docker/login-action@v2
22
+ with:
23
+ registry: ghcr.io
24
+ username: ${{ github.repository_owner }}
25
+ password: ${{ secrets.GITHUB_TOKEN }}
26
+
27
-
28
name: Set up Docker Buildx
29
uses: docker/setup-buildx-action@v3
0 commit comments