We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ee62fd + da86c5a commit 3b8cbe9Copy full SHA for 3b8cbe9
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM silintl/php8:8.3
+FROM ghcr.io/sil-org/php8:8.3
2
3
ARG GITHUB_REF_NAME
4
ENV GITHUB_REF_NAME=$GITHUB_REF_NAME
compose.yaml
@@ -157,7 +157,7 @@ services:
157
PMA_PASSWORD: broker
158
159
broker:
160
- image: silintl/idp-id-broker:8
+ image: ghcr.io/sil-org/idp-id-broker:8
161
platform: linux/amd64
162
ports:
163
- "51154:80"
0 commit comments