Skip to content

Commit 0e01264

Browse files
committed
chore: env vars instead text
1 parent cc22d2a commit 0e01264

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/docker-builds.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ on:
66
- main
77

88
jobs:
9-
9+
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: debug
14+
run: |
15+
echo ${{ github.repository_owner }}
16+
1017
trigger-build:
1118
uses: multi-repo/workflows/.github/workflows/kaniko-build.yaml@main
1219
with:

0 commit comments

Comments
 (0)