File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,7 @@ inputs:
2525 debug_mode :
2626 description : " Run parser in debug mode"
2727 required : false
28- default : " false"
29- pull_docker_from_cache :
30- description : " If should store gitstream docker in GitHub cache"
31- required : false
32- default : " false"
28+ default : false
3329runs :
3430 using : " composite"
3531 steps :
@@ -104,17 +100,6 @@ runs:
104100 ref : ${{ fromJSON(fromJSON(github.event.inputs.client_payload)).cmRepoRef }}
105101 path : " gitstream/cm/"
106102
107- - name : Docker Layer Caching
108- if : ${{ inputs.pull_docker_from_cache == 'true' }}
109- uses : satackey/action-docker-layer-caching@v0.0.11
110- continue-on-error : true
111- with :
112- concurrency : 12
113-
114- - name : Pull gitstream Docker
115- shell : bash
116- run : docker pull gitstream/rules-engine:latest
117-
118103 - name : Run The Action
119104 if : always()
120105 run : |
@@ -124,6 +109,7 @@ runs:
124109 value="${!var}"
125110 echo "$var=$value" >> "$env_file"
126111 done
112+ docker pull gitstream/rules-engine:latest
127113 docker run --env-file $env_file \
128114 -v $(pwd)/gitstream:/code \
129115 -e HEAD_REF=$'upstream/${{ steps.safe-strings.outputs.head_ref }}' \
You can’t perform that action at this time.
0 commit comments