Skip to content

Commit 09cdc7c

Browse files
committed
chore: improve docker job namings
1 parent e98e6d8 commit 09cdc7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ permissions:
2222

2323
jobs:
2424
deploy-docker:
25+
name: "Deploy Docker x64 and armv7l"
2526
runs-on: ubuntu-22.04
2627
if: github.repository == 'freqtrade/freqtrade'
2728

@@ -74,7 +75,7 @@ jobs:
7475
build_helpers/publish_docker_multi.sh
7576
7677
deploy-arm:
77-
name: "Deploy Docker"
78+
name: "Deploy Docker ARM64"
7879
permissions:
7980
packages: write
8081
needs: [ deploy-docker ]

0 commit comments

Comments
 (0)