Update test.yaml

This commit is contained in:
Kroese 2023-03-27 23:33:21 +02:00 committed by GitHub
parent 07afb8bbc8
commit 4a9c6ea519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
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
uses: hmanzur/actions-set-secret@v2.0.0