Skip to content

Commit 881380f

Browse files
committed
updating GHA paths
1 parent e045b59 commit 881380f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/call-docker-build-result.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ on:
2121
jobs:
2222
call-docker-build:
2323

24-
name: Call Docker Build
24+
name: Result Call Docker Build
2525

26-
uses: dockersamples/.github/.github/workflows/reusable-docker-build.yaml@gha-reusable-init
26+
uses: dockersamples/.github/.github/workflows/reusable-docker-build.yaml@main
2727

2828
permissions:
2929
contents: read

.github/workflows/call-docker-build-vote.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ on:
2121
jobs:
2222
call-docker-build:
2323

24-
name: Call Docker Build
24+
name: Vote Call Docker Build
2525

26-
uses: dockersamples/.github/.github/workflows/reusable-docker-build.yaml@gha-reusable-init
26+
uses: dockersamples/.github/.github/workflows/reusable-docker-build.yaml@main
2727

2828
permissions:
2929
contents: read

.github/workflows/call-docker-build-worker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ on:
2121
jobs:
2222
call-docker-build:
2323

24-
name: Call Docker Build
24+
name: Worker Call Docker Build
2525

26-
uses: dockersamples/.github/.github/workflows/reusable-docker-build.yaml@gha-reusable-init
26+
uses: dockersamples/.github/.github/workflows/reusable-docker-build.yaml@main
2727

2828
permissions:
2929
contents: read

0 commit comments

Comments
 (0)