Skip to content

Commit

Permalink
Merge pull request #85 from cnescatlab/bugfix/cd_bug_fix
Browse files Browse the repository at this point in the history
fix error in CD
  • Loading branch information
Topin2001 authored Apr 24, 2024
2 parents f22fccb + 0cb40ba commit e147022
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 e147022

Please sign in to comment.