Skip to content

Commit eb8216f

Browse files
committed
fix: docker images build
1 parent e12debc commit eb8216f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Skip (no project structure)
5454
if: steps.modroot.outputs.found != 'true'
55-
run: echo "Skipped: no go.mod + cmd/runner-manager in this repo."
55+
run: 'echo "Skipped: no go.mod + cmd/runner-manager in this repo."'
5656

5757
build:
5858
name: Build
@@ -88,4 +88,4 @@ jobs:
8888

8989
- name: Skip (no project structure)
9090
if: steps.modroot.outputs.found != 'true'
91-
run: echo "Skipped: no go.mod + cmd/runner-manager in this repo."
91+
run: 'echo "Skipped: no go.mod + cmd/runner-manager in this repo."'

.github/workflows/ci-manager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Skip (no project structure)
5454
if: steps.modroot.outputs.found != 'true'
55-
run: echo "Skipped: no go.mod + cmd/runner-manager in this repo."
55+
run: 'echo "Skipped: no go.mod + cmd/runner-manager in this repo."'
5656

5757
build:
5858
name: Build
@@ -109,4 +109,4 @@ jobs:
109109

110110
- name: Skip (no project structure)
111111
if: steps.modroot.outputs.found != 'true'
112-
run: echo "Skipped: no go.mod + cmd/runner-manager in this repo."
112+
run: 'echo "Skipped: no go.mod + cmd/runner-manager in this repo."'

0 commit comments

Comments
 (0)