projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5857c
)
Bump base image to 1.0.10 (#1680)
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 20:18:14 +0000
(22:18 +0200)
committer
GitHub
<noreply@github.com>
Fri, 27 Sep 2024 20:18:14 +0000
(22:18 +0200)
Bump base image (should support permission error when running as non-root)
.github/workflows/release.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/release.yml
b/.github/workflows/release.yml
index 28ca713e29c25af16cc8c6da9e58eda7f51dcd48..adaeb6e56161800cb63ec890ce2bf5371dd07216 100644
(file)
--- a/
.github/workflows/release.yml
+++ b/
.github/workflows/release.yml
@@
-6,8
+6,8
@@
on:
env:
PYTHON_VERSION: "3.11"
- BASE_IMAGE_VERSION_STABLE: "1.0.0"
- BASE_IMAGE_VERSION_BETA: "1.0.0"
+ BASE_IMAGE_VERSION_STABLE: "1.0.
1
0"
+ BASE_IMAGE_VERSION_BETA: "1.0.
1
0"
jobs:
build-artifact: