1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-01 12:40:06 +02:00

Update dev.Dockerfile

build-push-action

Signed-off-by: Raj Sonkar <100091212+githraj@users.noreply.github.com>
This commit is contained in:
Raj Sonkar 2023-10-31 17:20:00 +05:30 committed by GitHub
parent fdf7f43ecf
commit 07b6c20a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ if [ -n "$(git status --porcelain -- dist)" ]; then
exit 1 exit 1
fi fi
EOT EOT
COPY --from=format /out/
FROM deps AS format FROM deps AS format
RUN --mount=type=bind,target=.,rw \ RUN --mount=type=bind,target=.,rw \