Skip to content

Commit 8d87305

Browse files
chore(github-actions): do not push image to DockerHub, only GHCR (#34)
1 parent b5b4a03 commit 8d87305

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
- name: Set up Docker Buildx
3232
uses: docker/setup-buildx-action@v1
3333

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-
4134
- name: Docker Login
4235
uses: docker/login-action@v1
4336
id: configure-login-ghcr

0 commit comments

Comments
 (0)