Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit d69362f

Browse files
committed
switch repo for workflows
1 parent 89ff43f commit d69362f

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/workflows/.github/workflows/workflow-docker-manual.yml@main
12+
uses: binhex/templates/.github/workflows/workflow-docker-manual.yml@main
1313
with:
1414
tags: ${{ github.event.inputs.tags }}
1515
platforms: linux/amd64,linux/arm64

.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/workflows/.github/workflows/workflow-docker-release.yml@main
10+
uses: binhex/templates/.github/workflows/workflow-docker-release.yml@main
1111
with:
1212
tags: ${{ github.event.inputs.tags }}
1313
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)