mirror of
https://github.com/gotempsh/temps.git
synced 2026-04-24 22:06:00 +03:00
[GH-ISSUE #26] Dockerfile path not saved #4
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/temps#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bjoerge on GitHub (Feb 28, 2026).
Original GitHub issue: https://github.com/gotempsh/temps/issues/26
Description
Changing Dockerfile path under project settings doesn't seem to have any effect:
Looking in the network tab, it doesn't seem like the API call to save settings include the changed dockerFilePath field value at all:
Steps to reproduce
Expected behavior
Expected custon dockerfile path to take effect
Actual behavior
Custom docker file path wasn't saved
Operating System
Linux
Temps version
0.0.5
Docker version
29.2.1
Relevant logs
Additional context
No response
@dviejokfs commented on GitHub (Feb 28, 2026):
I'm looking into it. I think the dockerfile configuration must be near preset, which right now is in the GIT section inside the project detail, not the best UX, but the presets available are linked with the git repository.
Dockerfile path must be configurable only when preset "Dockerfile" is selected
@dviejokfs commented on GitHub (Feb 28, 2026):
@bjoerge the PR has been merged into main :)
@bjoerge commented on GitHub (Mar 1, 2026):
Thanks so much! Any plans on making a release (or is there a way to upgrade to
main)?@dviejokfs commented on GitHub (Mar 1, 2026):
I’ll release today v0.0.6-beta.1 @bjoerge
@dviejokfs commented on GitHub (Mar 1, 2026):
V0.0.6-beta.1 tag pushed @bjoerge
@bjoerge commented on GitHub (Mar 1, 2026):
Thanks, looks like the tag is missing some build assets:
curl -fsSL https://temps.sh/upgrade.sh | bash -s v0.0.6-beta.1results in
@dviejokfs commented on GitHub (Mar 1, 2026):
yeah this pipeline needs to finish in order to be available: https://github.com/gotempsh/temps/actions/runs/22542353973 @bjoerge
@bjoerge commented on GitHub (Mar 1, 2026):
Worked now, thanks!