We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e38b2f commit 9e59860Copy full SHA for 9e59860
1 file changed
.github/workflows/docker.yml
@@ -256,6 +256,7 @@ jobs:
256
${{ env.NAMESPACE }}/${{ env.GETH_IMAGE_NAME }}
257
tags: |
258
type=ref,event=branch
259
+ type=ref,event=tag
260
type=sha,format=long
261
262
- name: Create manifest list and push
@@ -306,6 +307,7 @@ jobs:
306
307
${{ env.NAMESPACE }}/${{ env.RETH_IMAGE_NAME }}
308
309
310
311
312
313
@@ -353,6 +355,7 @@ jobs:
353
355
${{ env.NAMESPACE }}/${{ env.NETHERMIND_IMAGE_NAME }}
354
356
357
358
359
360
361
0 commit comments