Andreas
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/deploy-nightly.yml
|
@ -20,8 +20,8 @@ jobs: |
|
|
- name: Set up Docker Buildx |
|
|
- name: Set up Docker Buildx |
|
|
uses: docker/setup-buildx-action@v1 |
|
|
uses: docker/setup-buildx-action@v1 |
|
|
|
|
|
|
|
|
- name: Login to DockerHub |
|
|
- name: Login to GitHub Container Registry |
|
|
uses: docker/login-action@v1 |
|
|
uses: docker/login-action@v2 |
|
|
with: |
|
|
with: |
|
|
registry: ghcr.io |
|
|
registry: ghcr.io |
|
|
username: ${{ github.actor }} |
|
|
username: ${{ github.actor }} |
|
|