Update test.yaml
This commit is contained in:
parent
f1ff6e94ce
commit
c96eda6c6f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Push to DockerHub
|
name: Push to DockerHub
|
||||||
run: docker push kroese/virtual-dsm:latest
|
run: docker push kroese/virtual-dsm:${{ secrets.MAJOR }}.${{ secrets.MINOR }} && docker push kroese/virtual-dsm:latest
|
||||||
-
|
-
|
||||||
name: Update Minor version
|
name: Update Minor version
|
||||||
uses: hmanzur/actions-set-secret@v2.0.0
|
uses: hmanzur/actions-set-secret@v2.0.0
|
||||||
|
|
Loading…
Reference in a new issue