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 afc7cda commit fe0cfd0Copy full SHA for fe0cfd0
.github/workflows/build-container.yml
@@ -28,6 +28,12 @@ jobs:
28
with:
29
username: ${{ secrets.DOCKER_HUB_USER }}
30
password: ${{ secrets.DOCKER_HUB_TOKEN }}
31
+ - name: Login to GitHub Container Registry
32
+ uses: docker/login-action@v3
33
+ with:
34
+ registry: ghcr.io
35
+ username: ${{ github.repository_owner }}
36
+ password: ${{ secrets.GITHUB_TOKEN }}
37
- name: Set up Docker Buildx
38
uses: docker/setup-buildx-action@v3
39
- uses: actions/checkout@v4
0 commit comments