*: basic scaffolding for build-push-action

1. Checks we have buildx installed
2. Configures a remote builder if we get an address back
3. Uses the already configured builder if we don't get an address back

This change does not plumb the dockerfile path through as the entity,
and does not differentiate a failed build from a succesful to report
to anvil in the post step yet.
This commit is contained in:
Aditya Maru 2024-09-11 20:08:08 -04:00
parent 5cd11c3a4c
commit 29a5593aa1
9 changed files with 12536 additions and 7251 deletions

View file

@ -28,6 +28,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@docker/actions-toolkit": "0.37.1",
"axios": "^1.7.7",
"handlebars": "^4.7.7"
},
"devDependencies": {