Skip to content

Commit

Permalink
build: changed config
Browse files Browse the repository at this point in the history
  • Loading branch information
m62624 committed Aug 16, 2023
1 parent 761750d commit 8a989a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
- name: Build Image (dependencies)
run: |
docker pull ${{ env.IMAGE_DOCKER }} && \
docker buildx build --push -t ${{ env.IMAGE_DOCKER }} \
--cache-to type=registry,ref=${{ env.IMAGE_DOCKER }},mode=max \
--cache-from type=registry,ref=${{ env.IMAGE_DOCKER }} .
docker buildx build --cache-from env.IMAGE_DOCKER --push -t ${{ env.IMAGE_DOCKER }} --build-arg BUILDKIT_INLINE_CACHE=1 .
# Job для проверки кода линтером
linter-check:
Expand Down

0 comments on commit 8a989a9

Please sign in to comment.