Closed
Description
Context
We're using push-to-gar
workflow, which happens to clone/copy/write some files in the repository. This causes go build
identify the working copy as dirty, and mark the internal version as such, which is undersirable.
We have developed a hack checking that working copy is clean in the Dockerfile
, however this only prevents us from building dirty images, it still requires updating .gitignore each time something changes in the shared workflows (we're using @main
since it's our own repo)
Request
Can we avoid writing to the repo, and write the temporary workflow files somewhere to /tmp
instead?
Metadata
Metadata
Assignees
Labels
No labels