Skip to content

Commit

Permalink
Update release-service.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NovichikhinAlexey authored Jan 26, 2021
1 parent 3850949 commit 79c0989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
run: dotnet test --no-build --configuration Release

- name: Publish API
run: dotnet publish --no-build ./src/Lykke.Service.Assets/Lykke.Service.Assets.csproj --configuration Release
run: dotnet publish --no-build ./src/Lykke.Service.Assets/Lykke.Service.Assets.csproj --configuration Release --output ./publish-api

- name: Check API dir
run: ls ./src/Lykke.Service.Assets/bin/Release/netcoreapp2.1/publish
run: ls ./publish-api

- name: Publish API to Registry
uses: swisschain/Publish-Docker-Github-Action@master
with:
name: swisschains/antares-service-assets
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
workdir: ./src/Lykke.Service.Assets/bin/Release/netcoreapp2.1/publish
workdir: ./publish-api
# snapshot: true # use snapshot to push an additional image, which is tagged with {YEAR}{MONTH}{DAY}{HOUR}{MINUTE}{SECOND}{first 6 digits of the git sha}
tag_names: true
tag_name_skip: service-
Expand Down

0 comments on commit 79c0989

Please sign in to comment.