mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-05 11:35:34 +08:00
Merge pull request #34 from toeverything/chore/change-docker-name
chore: change docker name
This commit is contained in:
@@ -82,9 +82,9 @@ jobs:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE_TAG: canary-pro-${{ github.sha }}
|
||||
IMAGE_TAG_LATEST: nightly-pro-latest
|
||||
IMAGE_NAME: ${{ github.repository }}-pro
|
||||
IMAGE_TAG: canary-${{ github.sha }}
|
||||
IMAGE_TAG_LATEST: nightly-latest
|
||||
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
|
||||
Reference in New Issue
Block a user