Skip to content

Commit 9e59860

Browse files
committed
fix: ensure tags are pushed
1 parent 7e38b2f commit 9e59860

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ jobs:
256256
${{ env.NAMESPACE }}/${{ env.GETH_IMAGE_NAME }}
257257
tags: |
258258
type=ref,event=branch
259+
type=ref,event=tag
259260
type=sha,format=long
260261
261262
- name: Create manifest list and push
@@ -306,6 +307,7 @@ jobs:
306307
${{ env.NAMESPACE }}/${{ env.RETH_IMAGE_NAME }}
307308
tags: |
308309
type=ref,event=branch
310+
type=ref,event=tag
309311
type=sha,format=long
310312
311313
- name: Create manifest list and push
@@ -353,6 +355,7 @@ jobs:
353355
${{ env.NAMESPACE }}/${{ env.NETHERMIND_IMAGE_NAME }}
354356
tags: |
355357
type=ref,event=branch
358+
type=ref,event=tag
356359
type=sha,format=long
357360
358361
- name: Create manifest list and push

0 commit comments

Comments
 (0)