Push on new tags

This commit is contained in:
Mark Ettema 2021-05-24 10:38:53 +07:00 committed by GitHub
parent 8ee5a0530a
commit fdf472f13d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,18 @@ name: Docker Image CI
on:
push:
branches: [ master ]
branches:
- master
tags:
- '*'
pull_request:
branches: [ master ]
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout