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 be40652 commit 0cb8c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 --verbose --build-arg BUILDKIT_INLINE_CACHE=1
run: docker-compose build --build-arg BUILDKIT_INLINE_CACHE=1

- name: Push the stack
run: docker-compose push --verbose
2 changes: 1 addition & 1 deletion .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 --verbose
run: docker-compose -f ./docker-compose.ci.not-cached.yml build

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

0 comments on commit 0cb8c7b

Please sign in to comment.