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 3c9edcd commit 6dff1eeCopy full SHA for 6dff1ee
.github/workflows/solid-tests-suites.yml
@@ -52,6 +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 \
56
.
57
docker push "ghcr.io/${{ github.repository }}:${{ env.TAG }}"
58
mkdir -p cache/solid-php
0 commit comments