chore: fix release Dockerfile (missing stage name)

pull/231/head
Romain 3 years ago
parent 2a0d1b5b93
commit 9caed85fe4

@ -2,7 +2,7 @@
# Builder image
# ------------------------------------------------
FROM ghcr.io/thumbsup/build:node-12
FROM ghcr.io/thumbsup/build:node-12 as build
# Install thumbsup locally
WORKDIR /thumbsup

Loading…
Cancel
Save