1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-04-25 01:16:37 +02:00

fix current context as builder name for docker driver

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-02-25 16:16:08 +01:00
parent 774ea5c2f1
commit 05ca2e6f5e
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
5 changed files with 31 additions and 8 deletions

View file

@ -464,3 +464,20 @@ jobs:
uses: ./
with:
platforms: linux/amd64
docker-context:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Create Docker context
run: |
docker context create foo
docker context use foo
-
name: Set up Docker Buildx
uses: ./
with:
driver: docker