Skip to content

Commit 0bcc4b9

Browse files
committed
test
1 parent 9ae2a05 commit 0bcc4b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/testing-dockerhub-01.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ jobs:
2121
echo
2222
curl -s -H "Authorization: JWT ${password}" 'https://hub.docker.com/v2/namespaces/erigontech/repositories/erigon/tags?page=1&page_size=100' | jq -r '.results|.[]|.name + " " + .tag_last_pushed'
2323
24+
- uses: actions/setup-go@v5
25+
with:
26+
go-version: '1.22'
27+
cache: ${{ contains(fromJSON('[
28+
"refs/heads/release/2.60",
29+
"refs/heads/release/2.61",
30+
"refs/heads/main"
31+
]'), github.ref) }}
32+

0 commit comments

Comments
 (0)