We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc22d2a commit e91d4beCopy full SHA for e91d4be
.github/workflows/docker-builds.yaml
@@ -4,18 +4,19 @@ on:
4
push:
5
branches:
6
- main
7
+env:
8
+ ORG_NAME: ${{ github.repository_owner }}
9
10
jobs:
-
11
trigger-build:
- uses: multi-repo/workflows/.github/workflows/kaniko-build.yaml@main
12
+ uses: ${{ ORG_NAME }}/workflows/.github/workflows/kaniko-build.yaml@main
13
with:
14
image-name: ${{ github.repository }}/redis
15
secrets:
16
personal_access_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
17
18
trigger-cleanup:
- uses: multi-repo/workflows/.github/workflows/clean-registry.yaml@main
19
+ uses: ${{ ORG_NAME }}/workflows/.github/workflows/clean-registry.yaml@main
20
21
owner: multi-repo
22
repository: redis
0 commit comments