Skip to content

Commit f6362e6

Browse files
committed
update image hash
1 parent 848475a commit f6362e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuousIntegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Extract docker image tag hash
2121
id: extract_docker_image_tag_hash
2222
run: |
23-
echo "DOCKER_IMAGE_TAG_HASH=863078e350e860f5b2c8ac0ebb5ca35edc9dc2ab" >> "$GITHUB_OUTPUT"
23+
echo "DOCKER_IMAGE_TAG_HASH=b838c3153fadcfd4cd37e4859a4b172581e08417" >> "$GITHUB_OUTPUT"
2424
2525
# code_style:
2626
# needs: [check_pull_request_is_not_a_draft]

0 commit comments

Comments
 (0)