Skip to content

Commit

Permalink
target correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Sep 19, 2024
1 parent 9689868 commit 7d95e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-runner-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: build
if: ${{ steps.github-runner.outputs.current_version }} != ${{ steps.github-runner.outputs.latest_version }}
uses: ./docker-builder.yml
uses: ./.github/workflows/docker-builder.yml
with:
target: actions-runner
tag: ${{ steps.github-runner.outputs.latest_version }}-vtk${{ steps.vtk-version.outputs.version }}
Expand Down

0 comments on commit 7d95e81

Please sign in to comment.