mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
use docker-compose
This commit is contained in:
parent
fa5295563a
commit
b6fefd547f
1 changed files with 2 additions and 4 deletions
|
|
@ -10,10 +10,8 @@ variables:
|
|||
|
||||
steps:
|
||||
- script: |
|
||||
dotnet build --configuration $(buildConfiguration)
|
||||
dotnet publish --configuration $(buildConfiguration) --output out
|
||||
docker build -f Dockerfile -t $(dockerId)/$(imageName) .
|
||||
docker-compose build
|
||||
docker login -u $(dockerId) -p $pswd
|
||||
docker push $(dockerId)/$(imageName)
|
||||
docker-compose push
|
||||
env:
|
||||
pswd: $(dockerPassword)
|
||||
|
|
|
|||
Loading…
Reference in a new issue