Skip to content

Commit

Permalink
[github] remove version on local workflow call
Browse files Browse the repository at this point in the history
Error: invalid value workflow reference: cannot specify version when calling local workflows
https://github.com/badouralix/dockerfiles/actions/runs/12880690519
  • Loading branch information
badouralix committed Jan 21, 2025
1 parent 40eaf4f commit 16c4aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- python-scrapy
- rancher-cli
- toolbox
uses: ./.github/workflows/buildx.yaml@main
uses: ./.github/workflows/buildx.yaml
with:
image_name: ${{ matrix.image_name }}
image_tag: latest

0 comments on commit 16c4aca

Please sign in to comment.