This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
call-workflow :
10
- uses : linuxserver-labs/docker-actions/.github/workflows/check-baseimage-update.yml@v6
10
+ uses : linuxserver-labs/docker-actions/.github/workflows/check-baseimage-update.yml@v7.0.2
11
11
with :
12
12
repo_owner : ${{ github.repository_owner }}
13
13
app_name : " omada-controller"
14
14
baseimage : " ubuntu"
15
- basebranch : " focal"
15
+ basebranch : " focal"
16
16
secrets :
17
17
repo_release_token : ${{ secrets.repo_release_token }}
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name: Build Image On Release
3
3
on :
4
4
release :
5
5
types : [ published ]
6
- pull_request :
6
+ pull_request :
7
7
8
8
jobs :
9
9
call-workflow :
10
- uses : linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v6
10
+ uses : linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v7.0.2
11
11
with :
12
12
repo_owner : ${{ github.repository_owner }}
13
13
app_name : " omada-controller"
14
14
release_type : " script"
15
15
target-arch : " 64"
16
16
secrets :
17
- scarf_token : ${{ secrets.SCARF_TOKEN }}
17
+ OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
call-workflow :
10
- uses : linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v6
10
+ uses : linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v7.0.2
11
11
with :
12
12
repo_owner : ${{ github.repository_owner }}
13
13
app_name : " omada-controller"
You can’t perform that action at this time.
0 commit comments