You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ Action runtime options:
148
148
--entrypoint string Image Entrypoint: Overwrite the default ENTRYPOINT of the image. Example: --entrypoint "/bin/sh"
149
149
--exec Exec command: Overwrite the command of the action. Argument and options are not validated, sets container CMD directly. Example usage: --exec -- ls -lah
150
150
--no-cache No cache: Send command to build container without cache
151
+
--rebuild-image Rebuild image: Rebuild image if the action directory or the Dockerfile has changed
151
152
--remote-copy-back Remote copy back: Copies the working directory back from the container. Works only if the runtime is remote.
152
153
--remote-runtime Remote runtime: Forces the container runtime to be used as remote. Copies the working directory to a container volume. Local binds are not used.
153
154
--remove-image Remove Image: Remove an image after execution of action
0 commit comments