mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 14:09:18 -06:00
Update main.yml
This commit is contained in:
parent
78b4c69e94
commit
04a6e12dc6
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -2,6 +2,11 @@ name: Docker Image CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '45 18 * * *'
|
||||
push:
|
||||
branches:
|
||||
- Development
|
||||
|
||||
jobs:
|
||||
|
||||
@ -28,4 +33,4 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:testing"
|
||||
tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest"
|
||||
|
Loading…
Reference in New Issue
Block a user