Skip to content

Commit

Permalink
CI: Create docker context before running buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-k committed Feb 23, 2023
1 parent 8a356ae commit 4172735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ audit:

pages:
before_script:
- docker buildx create --use
- docker context create builders
- docker buildx create --use builders
script:
- docker buildx build --file ci/docs.dockerfile --output type=local,dest=public .
artifacts:
Expand Down

0 comments on commit 4172735

Please sign in to comment.