chore: rename workflows
This commit is contained in:
parent
c19fb9397c
commit
7ba5143133
2 changed files with 4 additions and 3 deletions
5
.github/workflows/docker-image-tags.yml
vendored
5
.github/workflows/docker-image-tags.yml
vendored
|
@ -1,8 +1,9 @@
|
|||
name: Docker Image CI
|
||||
name: Docker Image Tags
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ["v*"]
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Docker Image CI
|
||||
name: Docker Image Main Branch
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Reference in a new issue