We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10906b1 commit b72d730Copy full SHA for b72d730
2 files changed
.github/workflows/deploy.yml
@@ -75,7 +75,6 @@ jobs:
75
echo "==> Building Docker image '${imagename}' from directory: ${dir}"
76
(
77
cd "$dir" || exit 1
78
- echo GITHUB_ACTOR=$GITHUB_ACTOR
79
docker build \
80
--build-arg GITHUB_ACTOR="$GITHUB_ACTOR" \
81
--build-arg GITHUB_TOKEN="$GITHUB_TOKEN" \
SinusApproximator/Dockerfile
@@ -15,8 +15,6 @@ WORKDIR /app
15
COPY . .
16
17
# Build the web distribution
18
-RUN echo =====
19
-RUN echo $GITHUB_ACTOR
20
RUN ./gradlew --info :composeApp:wasmJsBrowserProductionWebpack --no-daemon
21
22
# =========== RUNTIME STAGE ===========
0 commit comments