|
|
@ -12,10 +12,10 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
- run: git fetch --prune --unshallow
|
|
|
|
- name: Setup Environments
|
|
|
|
- name: Setup Environments
|
|
|
|
id: envs
|
|
|
|
id: envs
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
ls -la
|
|
|
|
|
|
|
|
CLOUDREVE_LATEST_TAG=$(git describe --tags --abbrev=0)
|
|
|
|
CLOUDREVE_LATEST_TAG=$(git describe --tags --abbrev=0)
|
|
|
|
DOCKER_IMAGE="cloudreve/cloudreve"
|
|
|
|
DOCKER_IMAGE="cloudreve/cloudreve"
|
|
|
|
|
|
|
|
|
|
|
|