Public Access
1
0

fix: update container registry

This commit is contained in:
2025-08-30 18:11:27 -04:00
parent 20f8268c4c
commit 61f8970539

4
.vscode/tasks.json vendored
View File

@@ -41,9 +41,9 @@
"--target", "--target",
"production", "production",
"-t", "-t",
"git.twk95.net/twk95/eleventy:latest", "git.twk95.net/twk95/11ty-site:latest",
"-t", "-t",
"git.twk95.net/twk95/eleventy:${input:version}", "git.twk95.net/twk95/11ty-site:${input:version}",
".", ".",
"--push" "--push"
], ],