Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoFresh committed Aug 16, 2021
1 parent 0cb8c7b commit e57b95b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build the stack
run: docker-compose build --build-arg BUILDKIT_INLINE_CACHE=1
run: docker-compose --verbose build --build-arg BUILDKIT_INLINE_CACHE=1

- name: Push the stack
run: docker-compose push --verbose
run: docker-compose --verbose push
4 changes: 2 additions & 2 deletions .github/workflows/not-cached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build the stack
run: docker-compose -f ./docker-compose.ci.not-cached.yml build
run: docker-compose -f ./docker-compose.ci.not-cached.yml --verbose build

- name: Push the stack
run: docker-compose -f ./docker-compose.ci.not-cached.yml push --verbose
run: docker-compose -f ./docker-compose.ci.not-cached.yml --verbose push

0 comments on commit e57b95b

Please sign in to comment.