mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 08:18: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": {
|
||||
"default": {
|
||||
"dockerfile": "docker/Dockerfile",
|
||||
"context": "docker",
|
||||
"context": ".",
|
||||
"tags": ["ripleybooya/ssh-tunnel:latest"],
|
||||
"platforms": ["linux/amd64", "linux/arm64"]
|
||||
},
|
||||
"tailscale": {
|
||||
"dockerfile": "docker/Dockerfile.tailscale",
|
||||
"context": "docker",
|
||||
"context": ".",
|
||||
"tags": ["ripleybooya/ssh-tunnel:tailscale"],
|
||||
"platforms": ["linux/amd64", "linux/arm64"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue