mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
feat: Add docker image to main branches. (#1081)
This commit is contained in:
parent
90deabf9d2
commit
d33c257f6c
6
.github/workflows/push-image.yml
vendored
6
.github/workflows/push-image.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
# This workflow will run tests using node and then publish a package to GitHub Container Registry and Docker Hub Regitry when a pushed into main branches
|
# This workflow will run tests using node and then publish a package to GitHub Container Registry and Docker Hub Regitry when a pushed into main branches
|
||||||
# This file was contributed by Edwin Betancourt from ERP Consultores y Asociados, C.A
|
# This file was contributed by EdwinBetanc0urt@outlook.com from ERP Consultores y Asociados, C.A
|
||||||
|
|
||||||
name: Push Main Branches
|
name: Push Main Branches
|
||||||
|
|
||||||
@ -8,6 +8,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
- master
|
||||||
|
- window-redefinition
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user