Skip to content

Commit

Permalink
Merge pull request #3086 from infotroph/depends-buildkit
Browse files Browse the repository at this point in the history
[ci] use buildit for depends image too
  • Loading branch information
mdietze authored Jan 10, 2023
2 parents f150549 + 322210a commit d027384
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
with:
set-safe-directory: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver: docker
buildkitd-flags: --debug
install: true

# calculate some variables that are used later
- name: github branch
# build Rdevel only on Mondays, others every day (but not twice on Mondays)
Expand Down

0 comments on commit d027384

Please sign in to comment.