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 b5b4a03 commit 8d87305Copy full SHA for 8d87305
.github/workflows/release.yaml
@@ -31,13 +31,6 @@ jobs:
31
- name: Set up Docker Buildx
32
uses: docker/setup-buildx-action@v1
33
34
- - name: Login to Docker Hub
35
- uses: docker/login-action@v1
36
- id: configure-login-dockerhub
37
- with:
38
- username: ${{ secrets.DOCKER_USERNAME }}
39
- password: ${{ secrets.DOCKER_PASSWORD }}
40
-
41
- name: Docker Login
42
uses: docker/login-action@v1
43
id: configure-login-ghcr
0 commit comments