Skip to content

Commit 67de34c

Browse files
committed
chore: env vars instead text
1 parent cc22d2a commit 67de34c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-builds.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ on:
88
jobs:
99

1010
trigger-build:
11-
uses: multi-repo/workflows/.github/workflows/kaniko-build.yaml@main
11+
uses: "${{ github.repository_owner }}/workflows/.github/workflows/kaniko-build.yaml@main"
1212
with:
1313
image-name: ${{ github.repository }}/redis
1414
secrets:
1515
personal_access_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1616

1717
trigger-cleanup:
18-
uses: multi-repo/workflows/.github/workflows/clean-registry.yaml@main
18+
uses: "${{ github.repository_owner }}/workflows/.github/workflows/clean-registry.yaml@main"
1919
with:
20-
owner: multi-repo
2120
repository: redis
2221
package: redis/redis
2322
keep_n_tagged: 2

0 commit comments

Comments
 (0)