Skip to content

Commit

Permalink
test: try without workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Nov 26, 2024
1 parent 33110a1 commit 92024a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actions/gcp-gsm-parse-secrets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ENV POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_CREATE=1 \
POETRY_CACHE_DIR=/tmp/poetry_cache

WORKDIR /github/workspace
COPY pyproject.toml poetry.lock ./
COPY main.py ./
RUN poetry install --no-root && rm -rf $POETRY_CACHE_DIR
Expand Down

0 comments on commit 92024a1

Please sign in to comment.