Added woodpecker.
This commit is contained in:
parent
0cb71ea13a
commit
f939807cf5
|
|
@ -7,10 +7,10 @@
|
|||
"ACUCOBOL"
|
||||
],
|
||||
"workbench.colorCustomizations": {
|
||||
"editorCursor.foreground": "#ef857d",
|
||||
"editorCursor.foreground": "#ff7f50",
|
||||
"activityBarBadge.background": "#e9dbb7",
|
||||
"activityBarBadge.foreground": "#262626",
|
||||
"statusBar.background": "#9f5a51",
|
||||
"statusBar.foreground": "#e9dbb7"
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
"statusBar.background": "#ff7f50",
|
||||
"statusBar.foreground": "#000"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
steps:
|
||||
docker_build_local:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: 91.107.138.77:5000/iralex-backend
|
||||
dockerfile: Dockerfile
|
||||
tag: latest
|
||||
when:
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
event: push
|
||||
|
||||
Loading…
Reference in New Issue