mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-15 00:58:39 +01:00
Update docker-bake.json
This commit is contained in:
parent
aa18877ec1
commit
7b2d85ee91
1 changed files with 2 additions and 2 deletions
|
|
@ -7,13 +7,13 @@
|
||||||
"target": {
|
"target": {
|
||||||
"default": {
|
"default": {
|
||||||
"dockerfile": "docker/Dockerfile",
|
"dockerfile": "docker/Dockerfile",
|
||||||
"context": "docker",
|
"context": ".",
|
||||||
"tags": ["ripleybooya/ssh-tunnel:latest"],
|
"tags": ["ripleybooya/ssh-tunnel:latest"],
|
||||||
"platforms": ["linux/amd64", "linux/arm64"]
|
"platforms": ["linux/amd64", "linux/arm64"]
|
||||||
},
|
},
|
||||||
"tailscale": {
|
"tailscale": {
|
||||||
"dockerfile": "docker/Dockerfile.tailscale",
|
"dockerfile": "docker/Dockerfile.tailscale",
|
||||||
"context": "docker",
|
"context": ".",
|
||||||
"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