Skip to content

Commit 6fd3ec1

Browse files
authored
Merge pull request #193 from docker/buildimage-on-tag
Build image only on manual dispatch or tag
2 parents 1278fc6 + bbc7eed commit 6fd3ec1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
TELEMETRY_HEADER: ${{ secrets.TELEMETRY_HEADER }}
104104

105105
build-image:
106+
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
106107
needs:
107108
- build
108109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)