Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit a55b475

Browse files
authored
updated names
1 parent 34c231e commit a55b475

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/dockerize-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Push latest Docker for each commit
1+
name: Build and Push latest
22

33
on:
44
push:

.github/workflows/dockerize-tag.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: Build and Push version tagged Docker for each tag
1+
name: Build and Push Tag
22
on:
33
push:
4-
branches: [ master ]
4+
branches:
5+
- 'master'
56
tags:
67
- 'v[0-9]+.[0-9]+.[0-9]+*'
78
jobs:

0 commit comments

Comments
 (0)