We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89b40c commit d5f674eCopy full SHA for d5f674e
.github/workflows/docker.yml
@@ -23,7 +23,7 @@ jobs:
23
docker:
24
# Disable the job in forks
25
if: ${{ github.event_name == 'pull_request' || github.repository_owner == 'espressif' }}
26
- name: Build and push if needed
+ name: Build docker image and push if needed
27
runs-on: ubuntu-latest
28
steps:
29
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile
0 commit comments