Skip to content

Commit bc4081a

Browse files
committed
test222
1 parent 3a5d6cf commit bc4081a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/testing-auto-snapshots-v2.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
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}
@@ -64,7 +65,6 @@ jobs:
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:
@@ -99,7 +99,9 @@ jobs:
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

0 commit comments

Comments
 (0)