Skip to content

Commit

Permalink
Update GHA to create test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
panyuenlau committed Jul 10, 2023
1 parent d910492 commit 8dd976c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Docker
on:
push:
branches:
- master
- test-kafka-3.4
tags:
- "[0-9]+.[0-9]+-[0-9]+.[0-9]+.[0-9]+-bzc.?[0-9]+"
- "[0-9]+.[0-9]+-[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+-[0-9]+.[0-9]+.[0-9]+-test.?[0-9]+"
# pull_request:
env:
PLATFORMS: linux/amd64
Expand Down

0 comments on commit 8dd976c

Please sign in to comment.