Compare commits

...

2 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
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
20260109 20260110
@@ -8,5 +8,5 @@ scripts_final = [
"rm -rf /var/cache/dnf" "rm -rf /var/cache/dnf"
] ]
docker_changes = [ docker_changes = [
"CMD /usr/bin/local/run.sh" "CMD /usr/local/bin/run.sh"
] ]
+1 -1
View File
@@ -6,7 +6,7 @@ packer {
} }
incus = { incus = {
source = "github.com/bketelsen/incus" source = "github.com/bketelsen/incus"
version = "~> 1" version = "1.2.0"
} }
} }
} }