We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848475a commit f6362e6Copy full SHA for f6362e6
.github/workflows/continuousIntegration.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Extract docker image tag hash
21
id: extract_docker_image_tag_hash
22
run: |
23
- echo "DOCKER_IMAGE_TAG_HASH=863078e350e860f5b2c8ac0ebb5ca35edc9dc2ab" >> "$GITHUB_OUTPUT"
+ echo "DOCKER_IMAGE_TAG_HASH=b838c3153fadcfd4cd37e4859a4b172581e08417" >> "$GITHUB_OUTPUT"
24
25
# code_style:
26
# needs: [check_pull_request_is_not_a_draft]
0 commit comments