Skip to content

Commit 1c945a9

Browse files
author
Janne Rönkkö
committed
Rename jobs for releasing Docker image to Docker Hub in CD workflow
1 parent b274702 commit 1c945a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Check code is formatted with ktlint
1717
uses: ./.github/workflows/ktlint.yml
1818

19-
push_to_registry:
19+
publish_docker_image_to_docker_hub:
2020
needs:
2121
- run_unit_tests
2222
- check_code_formatting
@@ -80,7 +80,7 @@ jobs:
8080
needs:
8181
- run_unit_tests
8282
- check_code_formatting
83-
- push_to_registry
83+
- publish_docker_image_to_docker_hub
8484
name: Run e2e tests
8585
runs-on: ubuntu-24.04
8686
steps:

0 commit comments

Comments
 (0)