aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-21 19:46:38 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-21 19:46:38 -0700
commit6da7409b6877a1e97a84485a42227c7b3ca913ef (patch)
tree3c22c2f8b116256a8087b3abd70537c10d1b6159
parent4f95cf710b1063459cb658302d48d91dedd61b39 (diff)
downloadseaweedfs-csi-driver-6da7409b6877a1e97a84485a42227c7b3ca913ef.tar.xz
seaweedfs-csi-driver-6da7409b6877a1e97a84485a42227c7b3ca913ef.zip
Update release.yaml
-rw-r--r--.github/workflows/release.yaml13
1 files changed, 3 insertions, 10 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index e129ac3..a9113ff 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -46,20 +46,13 @@ jobs:
buildkitd-flags: "--debug"
- name: Login to DockerHub
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
+ # if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: docker/login-action@v1
with:
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ # username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: chrislusf
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- - name: Login to GitHub Container Registry
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
- uses: docker/login-action@v1
- with:
- registry: ghcr.io
- username: ${{ github.actor }}
- password: ${{ secrets.GITHUB_TOKEN }}
-
- name: Build
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: docker/build-push-action@v2