diff --git a/.github/workflows/release-testnet-faucet-docker.yml b/.github/workflows/release-testnet-faucet-docker.yml index 9bfc2d4b..2f6ded08 100644 --- a/.github/workflows/release-testnet-faucet-docker.yml +++ b/.github/workflows/release-testnet-faucet-docker.yml @@ -36,7 +36,7 @@ jobs: export VERSION=$(jq -r .version testnet-faucet/package.json) export FULL_IMAGE_TAG="${{ env.REGISTRY }}/concordium/$IMAGE_NAME:$VERSION" echo "::notice FULL_IMAGE_TAG=${FULL_IMAGE_TAG}" - # Make sure the image does not exist. Abort if we can retrieve any metadata. + Make sure the image does not exist. Abort if we can retrieve any metadata. if docker manifest inspect ${FULL_IMAGE_TAG} > /dev/null; then echo "::error ${FULL_IMAGE_TAG} already exists" exit 1 diff --git a/testnet-faucet/Dockerfile b/testnet-faucet/Dockerfile index e34773e3..f166a892 100644 --- a/testnet-faucet/Dockerfile +++ b/testnet-faucet/Dockerfile @@ -24,7 +24,6 @@ COPY . . # Uncomment the following line in case you want to disable telemetry during the build. # ENV NEXT_TELEMETRY_DISABLED 1 -RUN ls -la RUN yarn run build # Production image, copy all the files and run next