Delete docker-bake.json

This commit is contained in:
RipleyBooya 2025-02-28 23:28:38 +01:00 committed by GitHub
parent 74cebdbcf7
commit dba2c32b20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,21 +0,0 @@
{
"group": {
"default": {
"targets": ["default", "tailscale"]
}
},
"target": {
"default": {
"dockerfile": "Dockerfile",
"context": ".",
"tags": ["ripleybooya/ssh-tunnel:latest"],
"platforms": ["linux/amd64", "linux/arm64"]
},
"tailscale": {
"dockerfile": "Dockerfile.tailscale",
"context": ".",
"tags": ["ripleybooya/ssh-tunnel:tailscale"],
"platforms": ["linux/amd64", "linux/arm64"]
}
}
}