ci: 👷 Add the short commit SHA as a docker container tag

This commit is contained in:
Jesse Wierzbinski 2024-12-15 17:26:09 +01:00
parent 8575afd632
commit 70c83daea8
No known key found for this signature in database
2 changed files with 76 additions and 61 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true