Skip to content

Commit 0c8410e

Browse files
committed
fix name
1 parent 38f40a3 commit 0c8410e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: ./.github/workflows/quality-checks.yml
4646
needs: [get_config_values]
4747
with:
48-
runtime_docker_image: "${{ needs.get_config_values.outputs.devcontainer_image }}:github-actions-${{ needs.get_config_values.outputs.devcontainer_version }}"
48+
runtime_docker_image: "${{ needs.get_config_values.outputs.devcontainer_image }}:githubactions-${{ needs.get_config_values.outputs.devcontainer_version }}"
4949
secrets:
5050
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5151
tag_release:

0 commit comments

Comments
 (0)