Skip to content

Commit

Permalink
🤖优化 Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
celaraze committed Dec 14, 2023
1 parent 57f02e3 commit e79516c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
REGISTRY: ghcr.io
DOCKERHUB_REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: celaraze/cat
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

Expand Down

0 comments on commit e79516c

Please sign in to comment.