File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3535 steps :
3636
3737 - name : Define variables
38+ id : def_docker_vars
3839 # # Logic:
3940 # # latest image: erigontech/erigon:${tag_name}${latest_suffix}
4041 # # commit id image: erigontech/erigon:${tag_name}-${short_commit_id}
6465 echo keep_images=${keep_images} >> $GITHUB_OUTPUT
6566 echo latest_suffix=${latest_suffix} >> $GITHUB_OUTPUT
6667
67-
6868 - name : Fast checkout git repository devops-testing-workflows
6969 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # # 4.1.7 release
7070 with :
9999 echo "week_of_the_year=$(/bin/date -u "+%Y-%W")" >> $GITHUB_OUTPUT
100100 cd ..
101101 echo "DEBUG: printing all env variables:"
102- cat ${GITHUB_OUTPUT}
102+ echo "Value of tag_name= ${{ steps.def_docker_vars.outputs.tag_name }}"
103+ echo "Value of latest_suffix= ${{ steps.def_docker_vars.outputs.latest_suffix }}"
104+ echo "Value of keep_images= ${{ steps.def_docker_vars.outputs.keep_images }}"
103105
104106 - name : Configure go build and pkg cache for one week only
105107 if : 3 > 4
You can’t perform that action at this time.
0 commit comments