Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit ee84e1f

Browse files
committed
add Trigger Images
1 parent 9d0d438 commit ee84e1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/vars.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
TAGS='edge'
88
LATEST='edge'
9-
BUILD_SCHEDULE='20 0 * * 0'
9+
BUILD_SCHEDULE=''
1010
BRANCH='main'
1111
DOCKERHUB_IMAGE='amp'
1212
APP_VERSION_LINK=''
@@ -17,6 +17,7 @@ ON_RELEASE='true'
1717
VERSIONING='true'
1818
BUILD_ARGS=''
1919
TEST_SEARCH=''
20+
IMAGES=''
2021

2122
# ~~~~~~~~~~~~~~~~~~~~~~~
2223
# auto-release.yml

.github/workflows/auto-builder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: Auto Builder CI
44

55
on:
66
workflow_dispatch:
7-
schedule:
8-
- cron: "20 0 * * 0"
7+
repository_dispatch:
98
release:
109
types:
1110
- released

0 commit comments

Comments
 (0)