Skip to content

Commit e4916b2

Browse files
committed
ci: fix quotes in docker build
1 parent 05f1de5 commit e4916b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
docker-build-frontend:
14-
if: github.event.workflow_run.conclusion == 'success"
14+
if: github.event.workflow_run.conclusion == 'success'
1515
runs-on: ubuntu-latest
1616
environment: production
1717
env:
@@ -43,7 +43,7 @@ jobs:
4343
push: true
4444

4545
docker-build-backend:
46-
if: github.event.workflow_run.conclusion == 'success"
46+
if: github.event.workflow_run.conclusion == 'success'
4747
runs-on: ubuntu-latest
4848
environment: production
4949
env:

0 commit comments

Comments
 (0)