mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Add on
This commit is contained in:
parent
42da0d7178
commit
fd0a4bdd67
10
.github/workflows/docker-hub-action.yml
vendored
10
.github/workflows/docker-hub-action.yml
vendored
@ -1,5 +1,15 @@
|
||||
name: 'DockerHubPush'
|
||||
description: 'Action push images to dockerhub'
|
||||
on: # yamllint disable-line rule:truthy
|
||||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- unlabeled
|
||||
- synchronize
|
||||
- reopened
|
||||
- opened
|
||||
branches:
|
||||
- master
|
||||
runs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
Loading…
Reference in New Issue
Block a user