We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fb4c0 commit 5c760fdCopy full SHA for 5c760fd
Dockerfile
@@ -1,5 +1,8 @@
1
FROM ubuntu:questing-20251007
2
3
+# Disable interactive mode
4
+ENV DEBIAN_FRONTEND=noninteractive
5
+
6
# Copy all needed files
7
COPY entrypoint.sh /
8
README.md
@@ -198,6 +198,11 @@ jobs:
198
```
199
200
201
+## 🔗 Related Actions
202
203
+- [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) - Commit and push changes to a git repository
204
205
206
## 🤝 Contributing
207
208
Contributions are welcome! See [CONTRIBUTING](https://github.com/devops-infra/.github/blob/master/CONTRIBUTING.md).
0 commit comments