allow any tag for push

This commit is contained in:
Evgenii Alekseev 2022-04-04 02:39:56 +03:00
parent 97ec5bfa41
commit 7ea50887a4
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ name: docker image
on: on:
push: push:
branches: [ master ] branches: [ master ]
tags:
- '*'
jobs: jobs:
docker-image: docker-image:

View File

@ -3,7 +3,7 @@ name: release
on: on:
push: push:
tags: tags:
- '*.*.*' - '*'
jobs: jobs:
make-release: make-release: