Update docker-image.yml
This commit is contained in:
parent
073884a61d
commit
5bde1d3952
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
|
@ -7,6 +7,10 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
env:
|
||||||
|
# TODO: Change variable to your image's name.
|
||||||
|
IMAGE_NAME: insurgency-sandstorm
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue