Update Dockerfile and SDK tests workflow #7

Merged
nabarun merged 5 commits from pm-sdk-tests into main 2024-03-13 05:23:14 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit e3b842f2a8 - Show all commits

View File

@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3
with:
path: "./laconic2d/"
repository: cerc-io/laconic2d
repository: deep-stack/laconic2d # TODO: Use cerc-io/laconic2d
fetch-depth: 0
ref: main
- name: Environment

View File

@ -1,6 +1,6 @@
# Originally from: https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/Dockerfile
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=16-bullseye
ARG VARIANT=18-bullseye
FROM node:${VARIANT}
ARG USERNAME=node

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
docker build -t cerc/registry-sdk-tester:local -f Dockerfile .
docker build -t cerc/registry-sdk-tester:local -f Dockerfile . --no-cache