Skip to content

Commit

Permalink
CI: Workaround for the Docker context thing
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 authored Nov 21, 2022
1 parent 36a087c commit 1a981d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,18 @@ jobs:
with:
platform: ${{ steps.prep.outputs.platforms }}

- name: Set up Docker context for Buildx
id: buildx-context
run: |
docker context create builders
- name: Set up Docker Buildx
id: buildx
uses: docker/[email protected]
with:
install: true
version: latest
endpoint: builders
driver-opts: image=moby/buildkit:latest

- name: prepare variables
Expand Down

0 comments on commit 1a981d3

Please sign in to comment.