From 9e1b9195e80b1dda75b584d08f6cecb4941d6d21 Mon Sep 17 00:00:00 2001 From: sheykei Date: Fri, 8 Nov 2024 10:42:55 +0100 Subject: [PATCH] test --- Dockerfile | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e0468ec1..d280bf39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM oven/bun:1.1.24-debian -ARG GITHUB_REGISTRY_TOKEN +ARG SDK_READ_ACCESS_TOKEN RUN apt-get -y update RUN apt-get -y install python3 make g++ ca-certificates curl diff --git a/docker-compose.yaml b/docker-compose.yaml index 09eb0325..3bd5d920 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,7 +5,7 @@ services: build: context: . args: - GITHUB_REGISTRY_TOKEN: $GITHUB_REGISTRY_TOKEN + SDK_READ_ACCESS_TOKEN: $GITHUB_REGISTRY_TOKEN dockerfile: Dockerfile ports: - '3000:5173'