mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Update build.yml
This commit is contained in:
parent
dd41bb8aff
commit
9f01ebaf78
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -43,6 +43,14 @@ jobs:
|
|||||||
value: $((${{ secrets.MINOR }}+1))
|
value: $((${{ secrets.MINOR }}+1))
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
|
-
|
||||||
|
name: Create tag
|
||||||
|
uses: rickstaa/action-create-tag@v1
|
||||||
|
id: "tag_create"
|
||||||
|
with:
|
||||||
|
tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||||
|
tag_exists_error: false
|
||||||
|
message: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||||
-
|
-
|
||||||
name: Login to Docker Hub
|
name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user