Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
navff authored Oct 30, 2023
1 parent fcb59fb commit 2dea152
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
# docker build -t cr.yandex/crp4odt1er9cmqarghdb/adminweb:${{ github.sha }} -f ./Admin.Web/Dockerfile .
# docker push cr.yandex/crp4odt1er9cmqarghdb/adminweb:${{ github.sha }}
#
# - name: Build and push to YCR Web.Api
# env:
# CR_REGISTRY: crp4odt1er9cmqarghdb
# CR_REPOSITORY: containers-registry
# IMAGE_TAG: ${{ github.sha }}
# working-directory: .
# run: |
# docker build -t cr.yandex/crp4odt1er9cmqarghdb/webapi:${{ github.sha }} -f ./Web.Api/Dockerfile .
# docker push cr.yandex/crp4odt1er9cmqarghdb/webapi:${{ github.sha }}
- name: Build and push to YCR Web.Api
env:
CR_REGISTRY: crp4odt1er9cmqarghdb
CR_REPOSITORY: containers-registry
IMAGE_TAG: ${{ github.sha }}
working-directory: .
run: |
docker build -t cr.yandex/crp4odt1er9cmqarghdb/webapi:${{ github.sha }} -f ./Web.Api/Dockerfile .
docker push cr.yandex/crp4odt1er9cmqarghdb/webapi:${{ github.sha }}
- name: Build and push to YCR Public.WebStore
Expand Down

0 comments on commit 2dea152

Please sign in to comment.