-
Notifications
You must be signed in to change notification settings - Fork 231
Closed
Tradeshift/actions-docker
#312Description
Behaviour
Steps to reproduce this issue
- Install k3s in your arm64 cluster
- Install actions-runner-controller
- Run your workflow there
Expected behaviour
No errors
Actual behaviour
error: could not create a builder instance with TLS data loaded from environment. Please use
docker context create <context-name>to create a context for current environment and then create a builder instance withdocker buildx create <context-name>
Configuration
-
Repository URL (if public): https://github.com/lexfrei/vk2tg/tree/6b67c17cf095a7147a40db4023f2121fd1cb1d9a
-
Build URL (if public): https://github.com/lexfrei/vk2tg/runs/3424244864?check_suite_focus=true#step:5:96
name: Main Workflow
on:
push
jobs:
lint:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2.3.4
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
with:
version: v1.42
# Waiting for https://github.com/hadolint/hadolint-action/issues/38
# - name: hadolint
# uses: hadolint/hadolint-action@v1.5.0
# with:
# dockerfile: build/vk2tg/Dockerfile
build:
needs: lint
runs-on: self-hosted
steps:
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v3.5.0
with:
images: ghcr.io/${{ github.repository }}
flavor: |
latest=true
tags: |
type=ref,event=branch
type=ref,event=pr
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.5.1
<...>Logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels