Skip to content

Commit 93b13f0

Browse files
committed
build: remove dockerhub
1 parent 577cf2b commit 93b13f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
username: ${{ github.actor }}
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959

60-
- name: Log in to Dockerhub
61-
uses: docker/login-action@v2
62-
with:
63-
username: ${{ github.actor }}
64-
password: ${{ secrets.DOCKERHUB_TOKEN }}
60+
# - name: Log in to Dockerhub
61+
# uses: docker/login-action@v2
62+
# with:
63+
# username: ${{ github.actor }}
64+
# password: ${{ secrets.DOCKERHUB_TOKEN }}
6565

6666
- name: Build and push Docker image
6767
uses: docker/build-push-action@v4
@@ -74,7 +74,7 @@ jobs:
7474
cache-from: type=gha
7575
cache-to: type=gha,mode=max
7676

77-
create-release-and-upload-zip:
77+
create-release:
7878
runs-on: ubuntu-latest
7979
needs: build-and-push-x64-image
8080
steps:

0 commit comments

Comments
 (0)