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