Skip to content

Commit bcb5ce3

Browse files
committed
switch repo for workflows
1 parent 7d9adba commit bcb5ce3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow-docker-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
call-reusable-workflow:
12-
uses: binhex/templates/.github/workflows/workflow-docker-manual.yml@main
12+
uses: binhex/templates/workflows/.github/workflows/workflow-docker-manual.yml@main
1313
with:
1414
tags: ${{ github.event.inputs.tags }}
1515
secrets:

.github/workflows/workflow-docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-reusable-workflow:
10-
uses: binhex/templates/.github/workflows/workflow-docker-release.yml@main
10+
uses: binhex/templates/workflows/.github/workflows/workflow-docker-release.yml@main
1111
with:
1212
tags: ${{ github.event.inputs.tags }}
1313
secrets:

0 commit comments

Comments
 (0)