Skip to content

Commit 39c9fd1

Browse files
committed
typofix
1 parent 6dff1ee commit 39c9fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/solid-tests-suites.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
on:
99
push:
1010
branches:
11-
- main
11+
- workflow
1212
pull_request:
1313
branches: [ main ]
1414
# Allow manually triggering the workflow.
@@ -52,7 +52,7 @@ jobs:
5252
docker build \
5353
--tag "solid-php:${{ env.TAG }}" \
5454
--tag "ghcr.io/${{ github.repository }}:${{ env.TAG }}" \
55-
-f docker\solid.Dockerfile \
55+
-f docker/solid.Dockerfile \
5656
.
5757
docker push "ghcr.io/${{ github.repository }}:${{ env.TAG }}"
5858
mkdir -p cache/solid-php

0 commit comments

Comments
 (0)