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 5440716 commit fd1a3a7Copy full SHA for fd1a3a7
.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=eaa7c33eb38fed4df436c1085c6a020ad75434ac" >> "$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