Skip to content

Commit 2a10569

Browse files
committed
Temporarily bypass base image build.
1 parent f4b7142 commit 2a10569

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
# built and pushed, or on patch version tag.
55
push:
66
tags:
7-
- "v*.*.[1-9]*"
8-
workflow_run:
9-
workflows:
10-
- "Push base image"
11-
types:
12-
- "completed"
7+
- "v*.*.[0-9]*"
8+
#workflow_run:
9+
# workflows:
10+
# - "Push base image"
11+
# types:
12+
# - "completed"
1313

1414
env:
1515
DOCKER_USER: lcnetdev

0 commit comments

Comments
 (0)