Skip to content

Commit

Permalink
fix: fix release ci
Browse files Browse the repository at this point in the history
Signed-off-by: zong-zhe <[email protected]>
  • Loading branch information
zong-zhe committed Jan 31, 2024
1 parent e6be0c6 commit b1c7704
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -85,4 +85,3 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b1c7704

Please sign in to comment.