Compare commits

...

3 Commits

Author SHA1 Message Date
unkinben 4e8f97ba7e chore: bump artifactapi
Build / build (pull_request) Successful in 39s
- unkin/artifactapi#3
2026-01-10 17:04:09 +11:00
unkinben 56a32bfaff fix: use correct path (#31)
Deploy / build (push) Successful in 32s
- I need a better way to test these changes

Reviewed-on: #31
2026-01-10 16:44:48 +11:00
unkinben 5ff0604d93 fix: ensure run script is executable (#30)
Deploy / build (push) Successful in 18s
Reviewed-on: #30
2026-01-10 16:29:46 +11:00
5 changed files with 4 additions and 4 deletions
View File
+1 -1
View File
@@ -1 +1 @@
20260109
20260110
@@ -8,5 +8,5 @@ scripts_final = [
"rm -rf /var/cache/dnf"
]
docker_changes = [
"CMD /usr/bin/local/run.sh"
"CMD /usr/local/bin/run.sh"
]
+1 -1
View File
@@ -1 +1 @@
20260110
20260110_2
+1 -1
View File
@@ -6,7 +6,7 @@ packer {
}
incus = {
source = "github.com/bketelsen/incus"
version = "~> 1"
version = "1.2.0"
}
}
}