mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 19:49:06 +00:00
Update build.yml
This commit is contained in:
@@ -7,8 +7,8 @@ on:
|
||||
paths:
|
||||
- "build/**"
|
||||
- "beta/**"
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
repository_dispatch:
|
||||
types: [srcbuild]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build Container
|
||||
if: github.event_name != 'schedule' || fromJSON(matrix.tag).tag == 'source'
|
||||
#if: github.event_name != 'schedule' || fromJSON(matrix.tag).tag == 'source'
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user