We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dff1ee commit 39c9fd1Copy full SHA for 39c9fd1
.github/workflows/solid-tests-suites.yml
@@ -8,7 +8,7 @@ env:
8
on:
9
push:
10
branches:
11
- - main
+ - workflow
12
pull_request:
13
branches: [ main ]
14
# Allow manually triggering the workflow.
@@ -52,7 +52,7 @@ jobs:
52
docker build \
53
--tag "solid-php:${{ env.TAG }}" \
54
--tag "ghcr.io/${{ github.repository }}:${{ env.TAG }}" \
55
- -f docker\solid.Dockerfile \
+ -f docker/solid.Dockerfile \
56
.
57
docker push "ghcr.io/${{ github.repository }}:${{ env.TAG }}"
58
mkdir -p cache/solid-php
0 commit comments