We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3123d98 commit effc3d2Copy full SHA for effc3d2
1 file changed
first-project/{{cookiecutter.project_name}}/src/tasks/tasks.py
@@ -3,7 +3,7 @@
3
import union
4
5
image_spec = union.ImageSpec(
6
- name="standard-union-template-image",
+ name="first-project-image",
7
requirements="uv.lock",
8
)
9
0 commit comments