Skip to content

Commit 566f0e3

Browse files
committed
Bump build action to v7 for cosign testing
1 parent 0634b50 commit 566f0e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/call-build-image.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ on:
44
release:
55
types: [ published ]
66
pull_request:
7+
workflow_dispatch:
78

89
jobs:
910
call-workflow:
10-
uses: linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v6
11+
uses: linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v7
1112
with:
1213
repo_owner: ${{ github.repository_owner }}
1314
app_name: "monit"
1415
release_type: "alpine"
1516
release_url: "v3.19/main"
1617
release_name: "monit"
1718
target-arch: "64"
18-
secrets:
19-
scarf_token: ${{ secrets.SCARF_TOKEN }}

0 commit comments

Comments
 (0)