Skip to content

Commit b72d730

Browse files
committed
ARG has to be set after FROM
1 parent 10906b1 commit b72d730

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
echo "==> Building Docker image '${imagename}' from directory: ${dir}"
7676
(
7777
cd "$dir" || exit 1
78-
echo GITHUB_ACTOR=$GITHUB_ACTOR
7978
docker build \
8079
--build-arg GITHUB_ACTOR="$GITHUB_ACTOR" \
8180
--build-arg GITHUB_TOKEN="$GITHUB_TOKEN" \

SinusApproximator/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ WORKDIR /app
1515
COPY . .
1616

1717
# Build the web distribution
18-
RUN echo =====
19-
RUN echo $GITHUB_ACTOR
2018
RUN ./gradlew --info :composeApp:wasmJsBrowserProductionWebpack --no-daemon
2119

2220
# =========== RUNTIME STAGE ===========

0 commit comments

Comments
 (0)