Skip to content

Commit

Permalink
* Github Actions: fixed typo in reference to version output for `dock…
Browse files Browse the repository at this point in the history
…er-tests` job
  • Loading branch information
hostcc committed Oct 5, 2024
1 parent 7e8cded commit ba87624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ jobs:
run: >-
docker run --rm
--platform ${{ matrix.platform }}
ghcr.io/${{ github.repository }}:${{ needs.test.outputs.verions }}
ghcr.io/${{ github.repository }}:${{ needs.test.outputs.version }}
--help

0 comments on commit ba87624

Please sign in to comment.