Skip to content

Commit fed20c0

Browse files
committed
Revert "test"
This reverts commit da9d7a2.
1 parent da9d7a2 commit fed20c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Build latest images on push event
44

55
on:
66
push:
7+
# branches: ["main"]
78
branches: ["main","Fix-CICD"]
89
paths:
910
- 'comps/**'
@@ -62,7 +63,7 @@ jobs:
6263

6364
image-build:
6465
needs: get-build-matrix
65-
if: needs.get-build-matrix.outputs.services != 'null'
66+
if: needs.get-build-matrix.outputs.services != '[]'
6667
strategy:
6768
matrix:
6869
service: ${{ fromJSON(needs.get-build-matrix.outputs.services) }}

0 commit comments

Comments
 (0)