modified: .gitea/workflows/image-deploy.yaml

This commit is contained in:
Márcio Fernandes
2026-05-03 21:35:52 +00:00
parent 5008412426
commit f9c57c4bc2
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
cat > "/root/tmp_config.json" <<EOF
{
"auths": {
"${{ inputs.OCI_LIMBO_REGISTRY_ADDRESS }}": {
"${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}": {
"auth": "$AUTH"
}
}