We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f40a3 commit 0c8410eCopy full SHA for 0c8410e
1 file changed
.github/workflows/pull_request.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: ./.github/workflows/quality-checks.yml
46
needs: [get_config_values]
47
with:
48
- runtime_docker_image: "${{ needs.get_config_values.outputs.devcontainer_image }}:github-actions-${{ needs.get_config_values.outputs.devcontainer_version }}"
+ runtime_docker_image: "${{ needs.get_config_values.outputs.devcontainer_image }}:githubactions-${{ needs.get_config_values.outputs.devcontainer_version }}"
49
secrets:
50
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
51
tag_release:
0 commit comments