Skip to content

Commit

Permalink
Debugging testnet-faucet build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thahara committed Aug 6, 2024
1 parent 3faf9b3 commit af5dc6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-testnet-faucet-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion testnet-faucet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af5dc6f

Please sign in to comment.