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 577cf2b commit 93b13f0Copy full SHA for 93b13f0
.github/workflows/docker-image.yml
@@ -57,11 +57,11 @@ jobs:
57
username: ${{ github.actor }}
58
password: ${{ secrets.GITHUB_TOKEN }}
59
60
- - name: Log in to Dockerhub
61
- uses: docker/login-action@v2
62
- with:
63
- username: ${{ github.actor }}
64
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ # - name: Log in to Dockerhub
+ # uses: docker/login-action@v2
+ # with:
+ # username: ${{ github.actor }}
+ # password: ${{ secrets.DOCKERHUB_TOKEN }}
65
66
- name: Build and push Docker image
67
uses: docker/build-push-action@v4
@@ -74,7 +74,7 @@ jobs:
74
cache-from: type=gha
75
cache-to: type=gha,mode=max
76
77
- create-release-and-upload-zip:
+ create-release:
78
runs-on: ubuntu-latest
79
needs: build-and-push-x64-image
80
steps:
0 commit comments