Skip to content

Commit da9d7a2

Browse files
committed
test
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent aff132b commit da9d7a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker/compose/animation-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ services:
77
build:
88
dockerfile: comps/animation/src/Dockerfile
99
image: ${REGISTRY:-opea}/animation:${TAG:-latest}
10+
#test

.github/workflows/push-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build latest images on push event
44

55
on:
66
push:
7-
branches: ["main"]
7+
branches: ["main","Fix-CICD"]
88
paths:
99
- 'comps/**'
1010
- 'src/**'

0 commit comments

Comments
 (0)