We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74d0da commit 8b56cb0Copy full SHA for 8b56cb0
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
context: .
67
cache-from: type=gha,scope=base
68
cache-to: type=gha,scope=base,mode=max
69
- push: ${{ github.ref == 'refs/heads/main' }}
+ push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }}
70
tags: ${{ steps.meta.outputs.tags }}
71
labels: ${{ steps.meta.outputs.labels }}
72
platforms: linux/amd64
@@ -139,7 +139,7 @@ jobs:
139
140
cache-from: type=gha,scope=otel
141
cache-to: type=gha,scope=otel,mode=max
142
143
144
145
0 commit comments