Skip to content

Commit d5f674e

Browse files
committed
Improve name
1 parent d89b40c commit d5f674e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
docker:
2424
# Disable the job in forks
2525
if: ${{ github.event_name == 'pull_request' || github.repository_owner == 'espressif' }}
26-
name: Build and push if needed
26+
name: Build docker image and push if needed
2727
runs-on: ubuntu-latest
2828
steps:
2929
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile

0 commit comments

Comments
 (0)