This commit is contained in:
parent
8fcd0d8456
commit
5ddb77b07b
@ -6,7 +6,7 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
test-and-publication:
|
||||
runs-on: ubuntu-latest
|
||||
container: node
|
||||
|
||||
@ -59,9 +59,7 @@ jobs:
|
||||
|
||||
- name: Publish Persistence Models Package
|
||||
run: dotnet nuget push ./artifacts/DD.Persistence.Models.*.nupkg --source gitea --skip-duplicate
|
||||
pubcontainer:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
@ -77,3 +75,4 @@ jobs:
|
||||
|
||||
- name: Push Docker image to Gitea
|
||||
run: docker push git.ddrilling.ru/ddrilling/persistence:latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user