mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 08:18:39 +01:00
Refactor: restructure Docker project for better readability
This commit is contained in:
parent
31ca2c77de
commit
52468c63cc
6 changed files with 4 additions and 4 deletions
|
|
@ -6,14 +6,14 @@
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
"default": {
|
"default": {
|
||||||
"dockerfile": "docker/Dockerfile",
|
"dockerfile": "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": "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