CI: properly set version of -dbg image

This commit is contained in:
Jesse Chan
2021-01-15 20:16:59 +08:00
parent 63d417f968
commit 3098992bcc
+6
View File
@@ -117,6 +117,12 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Tag rolling release
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
npm version --no-git-tag-version 0.0.0-master.`git rev-parse --short HEAD`
- name: Publish flood:master-dbg to Docker Hub
uses: docker/build-push-action@v2
with: