We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb37d0 commit 6fe8221Copy full SHA for 6fe8221
1 file changed
infrastructure/nginx/Dockerfile
@@ -1,7 +1,7 @@
1
ARG APP_VERSION="develop"
2
ARG APP_IMAGE="os2display-api-service"
3
4
-FROM --platform=$BUILDPLATFORM ghcr.io/itk-dev/${APP_IMAGE}:${APP_VERSION} AS app
+FROM --platform=$BUILDPLATFORM ghcr.io/${APP_IMAGE}:${APP_VERSION} AS app
5
6
################################
7
# Nginx production image
0 commit comments