mirror of
https://github.com/actions/container-toolkit-action.git
synced 2025-12-10 20:21:17 +00:00
Fix fetch depth
This commit is contained in:
@@ -3,6 +3,8 @@ FROM node:slim
|
||||
|
||||
# Create a directory for the action code
|
||||
RUN mkdir -p /usr/src/app
|
||||
|
||||
# Set the working directory inside the container.
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Copy the repository contents to the container
|
||||
|
||||
Reference in New Issue
Block a user