Skip to content

Commit 49909cf

Browse files
author
Sean Sundberg
committed
Triggers docker build on published release
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 1120e12 commit 49909cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
push:
66
branches:
77
- 'v*.*'
8-
tags:
9-
- 'v*.*.*-v*.*'
8+
release:
9+
types:
10+
- published
1011
pull_request:
1112
branches:
1213
- 'v*.*'
@@ -21,7 +22,6 @@ jobs:
2122
- name: Set up QEMU
2223
uses: docker/setup-qemu-action@v2
2324

24-
# https://github.com/docker/setup-buildx-action
2525
- name: Set up Docker Buildx
2626
id: buildx
2727
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)