mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-15 09:08:39 +01:00
Update docker-bake.json
This commit is contained in:
parent
0a34e7e718
commit
aa18877ec1
1 changed files with 4 additions and 2 deletions
|
|
@ -6,12 +6,14 @@
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
"default": {
|
"default": {
|
||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "docker/Dockerfile",
|
||||||
|
"context": "docker",
|
||||||
"tags": ["ripleybooya/ssh-tunnel:latest"],
|
"tags": ["ripleybooya/ssh-tunnel:latest"],
|
||||||
"platforms": ["linux/amd64", "linux/arm64"]
|
"platforms": ["linux/amd64", "linux/arm64"]
|
||||||
},
|
},
|
||||||
"tailscale": {
|
"tailscale": {
|
||||||
"dockerfile": "Dockerfile.tailscale",
|
"dockerfile": "docker/Dockerfile.tailscale",
|
||||||
|
"context": "docker",
|
||||||
"tags": ["ripleybooya/ssh-tunnel:tailscale"],
|
"tags": ["ripleybooya/ssh-tunnel:tailscale"],
|
||||||
"platforms": ["linux/amd64", "linux/arm64"]
|
"platforms": ["linux/amd64", "linux/arm64"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue