Skip to content

Commit

Permalink
fix error in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Topin2001 committed Apr 24, 2024
1 parent f22fccb commit 0cb40ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
repository: cnescatlab/docker-cat
repository: ${{ env.DOCKER_IMAGE_NAME }}

close_milestone:
name: Close milestone
Expand Down

0 comments on commit 0cb40ba

Please sign in to comment.