Skip to content

Commit

Permalink
🚀 配置(.github/workflows/docker-publish.yml):更改镜像标签以硬编码仓库名
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitoi committed Jan 14, 2024
1 parent 2d80524 commit 91069d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
tags: ${{ env.REGISTRY_IMAGE }}:latest
tags: |
sitoi/dailycheckin:latest
- name: Export digest
run: |
mkdir -p /tmp/digests
Expand Down

0 comments on commit 91069d2

Please sign in to comment.