Skip to content

Commit 4783e89

Browse files
committed
change ci to publish image
1 parent 63abc91 commit 4783e89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ jobs:
7676
# latest tag is only created for `v*.*.*` or `v*.*.*-patch.*` tags
7777
RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') && (contains(github.ref, 'patch') || !contains(github.ref, '-')) }}
7878
with:
79-
images: |
80-
# gztime/gzctf
81-
ghcr.io/${{ github.repository }}
82-
# registry.cn-shanghai.aliyuncs.com/gztime/gzctf
79+
images: ghcr.io/${{ github.repository }}
8380
github-token: ${{ secrets.GITHUB_TOKEN }}
8481
flavor: |
8582
latest=${{ env.RELEASE }}

0 commit comments

Comments
 (0)