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 ]
|
||||
tags:
|
||||
- v*
|
||||
env:
|
||||
# TODO: Change variable to your image's name.
|
||||
IMAGE_NAME: insurgency-sandstorm
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue