Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peturgq committed Sep 22, 2022
1 parent 3586b4b commit 5f9463a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ USER runner

CMD [ "jest", "main.spec.js" ]

FROM DOCKER_IMAGE_REGISTRY/cypress-io/cypress/base:18.6.0 as cypress-base
FROM $DOCKER_IMAGE_REGISTRY/cypress-io/cypress/base:18.6.0 as cypress-base

USER root
RUN id
Expand Down

0 comments on commit 5f9463a

Please sign in to comment.