fix: workflows
All checks were successful
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 26s
All checks were successful
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 26s
This commit is contained in:
@@ -13,5 +13,4 @@ jobs:
|
||||
- run: docker login git.wundenbergs.de -u tim -p ${{ secrets.DOCKER_GITEA_TOKEN }}
|
||||
- run: docker build . -t git.wundenbergs.de/tim/cloudflare-dynamic-dns:latest
|
||||
- run: docker push git.wundenbergs.de/tim/cloudflare-dynamic-dns:latest
|
||||
- run: docker rmi git.wundenbergs.de/tim/me-fit:latest
|
||||
|
||||
|
||||
45
.vscode/launch.json
vendored
45
.vscode/launch.json
vendored
@@ -1,45 +0,0 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug executable 'cloudflare-dynamic-dns'",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"build",
|
||||
"--bin=cloudflare-dynamic-dns",
|
||||
"--package=cloudflare-dynamic-dns"
|
||||
],
|
||||
"filter": {
|
||||
"name": "cloudflare-dynamic-dns",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug unit tests in executable 'cloudflare-dynamic-dns'",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"test",
|
||||
"--no-run",
|
||||
"--bin=cloudflare-dynamic-dns",
|
||||
"--package=cloudflare-dynamic-dns"
|
||||
],
|
||||
"filter": {
|
||||
"name": "cloudflare-dynamic-dns",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user