From 10b9d7ec22de4a5c2b5c8c5a5e8ff2e0010bdd64 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 16 Aug 2020 18:21:00 +0200 Subject: [PATCH] Fix context url Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfe2fc1..f2a4227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: name: Build and push uses: ./ with: - context: "git://x-access-token:${{ github.token }}@github.com/${{ github.repository }}#${{ github.ref }}" + context: "https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}#${{ github.ref }}" file: ./test/Dockerfile builder: ${{ steps.buildx.outputs.name }} platforms: linux/amd64,linux/arm64,linux/386