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 3211c3c commit 3c9edcdCopy full SHA for 3c9edcd
.github/workflows/solid-tests-suites.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
docker build \
53
--tag "solid-php:${{ env.TAG }}" \
54
- --tag "ghcr.io/${{ github.repository }}:${{ env.TAG }}"
+ --tag "ghcr.io/${{ github.repository }}:${{ env.TAG }}" \
55
.
56
docker push "ghcr.io/${{ github.repository }}:${{ env.TAG }}"
57
mkdir -p cache/solid-php
0 commit comments