From b1c7704563aee9db19b876eb14bb425965ba78dc Mon Sep 17 00:00:00 2001 From: zong-zhe Date: Wed, 31 Jan 2024 11:13:14 +0800 Subject: [PATCH] fix: fix release ci Signed-off-by: zong-zhe --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ed2255..b607186 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,7 +61,7 @@ jobs: - name: Docker login docker.io uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: - username: kclbot + username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Docker meta id: meta @@ -85,4 +85,3 @@ jobs: platforms: linux/amd64,linux/arm/v7,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - \ No newline at end of file