allow any tag for push

This commit is contained in:
2022-04-04 02:39:56 +03:00
parent 74906d084a
commit a734b86e66
2 changed files with 3 additions and 1 deletions

View File

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