Skip to content

Commit e7d559b

Browse files
committed
Docker retag yaml added
1 parent 1024fd3 commit e7d559b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/test-docker-retag.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: Docker Retag from Edge
2-
31
on:
4-
push:
5-
tags:
6-
- v[0-9]+.[0-9]+.[0-9]+
72
pull_request:
8-
branches: [main]
9-
3+
paths-ignore:
4+
- "docs/**"
5+
- "helm/**"
6+
- "assets/**"
7+
- "**.md"
8+
name: Docker Retag from Edge
109
jobs:
1110
docker-retag:
1211
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)