File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666 context : .
6767 cache-from : type=gha,scope=base
6868 cache-to : type=gha,scope=base,mode=max
69- push : ${{ github.ref == 'refs/heads/main' }}
69+ push : github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
7070 tags : ${{ steps.meta.outputs.tags }}
7171 labels : ${{ steps.meta.outputs.labels }}
7272 platforms : linux/amd64
@@ -139,7 +139,7 @@ jobs:
139139 context : .
140140 cache-from : type=gha,scope=otel
141141 cache-to : type=gha,scope=otel,mode=max
142- push : ${{ github.ref == 'refs/heads/main' }}
142+ push : github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
143143 tags : ${{ steps.meta.outputs.tags }}
144144 labels : ${{ steps.meta.outputs.labels }}
145145 platforms : linux/amd64
You can’t perform that action at this time.
0 commit comments