Skip to content

Commit

Permalink
build: it seems to be working
Browse files Browse the repository at this point in the history
  • Loading branch information
m62624 committed Aug 16, 2023
1 parent dc4316b commit bcbe8cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
# Шаг для сборки и пуша образа
- name: Build Image (dependencies)
run: |
docker pull ${{ env.IMAGE_DOCKER }} && \
docker buildx build --push -t ${{ env.IMAGE_DOCKER }} \
--cache-from type=inline,ref=${{ env.IMAGE_DOCKER }} \
--cache-from type=registry,ref=${{ env.IMAGE_DOCKER }} . \
--cache-from type=inline,ref=${{ env.IMAGE_DOCKER }} . \
--cache-from type=registry,ref=${{ env.IMAGE_DOCKER }} \
--cache-to type=inline,mode=min
# Job для проверки кода линтером
Expand Down

0 comments on commit bcbe8cb

Please sign in to comment.