Skip to content

Commit 3c9edcd

Browse files
committed
fix docker build
1 parent 3211c3c commit 3c9edcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
docker build \
5353
--tag "solid-php:${{ env.TAG }}" \
54-
--tag "ghcr.io/${{ github.repository }}:${{ env.TAG }}"
54+
--tag "ghcr.io/${{ github.repository }}:${{ env.TAG }}" \
5555
.
5656
docker push "ghcr.io/${{ github.repository }}:${{ env.TAG }}"
5757
mkdir -p cache/solid-php

0 commit comments

Comments
 (0)