mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Attempt to fix Docker action.
This commit is contained in:
parent
e6c435fa45
commit
005713efca
1 changed files with 6 additions and 5 deletions
5
.github/workflows/image.yml
vendored
5
.github/workflows/image.yml
vendored
|
@ -1,8 +1,9 @@
|
||||||
name: Build Docker Image + Push
|
name: Build Docker Image + Push
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches:
|
||||||
|
- typescript
|
||||||
|
- docker
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue