Update build.yml

This commit is contained in:
Kroese 2023-04-21 12:33:15 +02:00 committed by GitHub
parent dd41bb8aff
commit 9f01ebaf78

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