Update build.yml

Update build.yml
This commit is contained in:
Kroese 2023-04-21 12:33:32 +02:00 committed by GitHub
commit 7a505f34f6

View File

@ -43,6 +43,14 @@ jobs:
value: $((${{ secrets.MINOR }}+1))
repository: ${{ github.repository }}
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
uses: docker/login-action@v2