File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
pull_request :
11
11
paths :
12
12
- " .github/workflows/docker.yml"
13
- - " tools/config_editor/** "
14
- - " tools/docker/** "
15
- - " !**.md "
13
+ - " tools/config_editor/requirements.txt "
14
+ - " tools/docker/Dockerfile "
15
+ - " tools/docker/entrypoint.sh "
16
16
17
17
env :
18
18
# Build the image for amd64 and arm64
23
23
docker :
24
24
# Disable the job in forks
25
25
if : ${{ github.event_name == 'pull_request' || github.repository_owner == 'espressif' }}
26
-
26
+ name : Build and push if needed
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile
62
62
- name : Check variables
63
63
run : |
64
64
echo "CLONE_BRANCH_OR_TAG: $CLONE_BRANCH_OR_TAG"
65
- echo "CHECKOUT_REF: $CHECKOUT_REF"
66
65
echo "TAG_NAME: $TAG_NAME"
67
66
echo "URL: $URL"
68
67
You can’t perform that action at this time.
0 commit comments