diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index e774c773..bdafe3d3 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -166,7 +166,7 @@ jobs: latest=false tags: | type=ref,event=branch,enable=${{ github.ref == format('refs/heads/{0}', 'debian-dev') }} - type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} + type=ref,event=branch,enable=${{ github.ref == format('refs/heads/{0}', 'debian') }} type=raw,value=${{ steps.version.outputs.version }}-debian,enable=${{ github.ref == format('refs/heads/{0}', 'debian') }} type=semver,pattern={{version}} diff --git a/package.json b/package.json index 8e1278f4..8dcb36e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@whyour/qinglong", "packageManager": "pnpm@8.3.1", - "version": "2.20.1-0", + "version": "2.20.2-3", "description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript", "repository": { "type": "git",