瀏覽代碼

hardcode username to avoid redaction in action

zricethezav 4 年之前
父節點
當前提交
e6c3a495ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -22,7 +22,7 @@ jobs:
       - name: Log in to Docker Hub
       - name: Log in to Docker Hub
         uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
         uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
         with:
         with:
-          username: ${{ secrets.DOCKER_USERNAME }}
+          username: zricethezav
           password: ${{ secrets.DOCKER_PASSWORD }}
           password: ${{ secrets.DOCKER_PASSWORD }}
 
 
       - name: Log in to the Container registry
       - name: Log in to the Container registry