add condition to docker build
This commit is contained in:
parent
18ce62bd43
commit
4abff2f56a
@ -1,5 +1,8 @@
|
||||
name: 'Build docker container'
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
5
.github/workflows/action.yml
vendored
5
.github/workflows/action.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: 'Build docker container'
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user