Skip to content

Commit d82d0a7

Browse files
christiangdaclaude
andcommitted
fix: use local path for container-image reusable workflow reference
Use ./.github/workflows/container-image.yml instead of the full repo@main reference so the workflow always uses the version from the same commit. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ab22744 commit d82d0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
container_image:
7575
name: Publish Container Images
7676
needs: build
77-
uses: slashdevops/idp-scim-sync/.github/workflows/container-image.yml@main
77+
uses: ./.github/workflows/container-image.yml
7878

7979
create-github-release:
8080
name: Create Github Release

0 commit comments

Comments
 (0)