We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b274702 commit 1c945a9Copy full SHA for 1c945a9
.github/workflows/cd.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Check code is formatted with ktlint
17
uses: ./.github/workflows/ktlint.yml
18
19
- push_to_registry:
+ publish_docker_image_to_docker_hub:
20
needs:
21
- run_unit_tests
22
- check_code_formatting
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
- - push_to_registry
+ - publish_docker_image_to_docker_hub
84
name: Run e2e tests
85
runs-on: ubuntu-24.04
86
steps:
0 commit comments