Fix context url
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>pull/92/head
parent
7086e3777e
commit
10b9d7ec22
|
@ -82,7 +82,7 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
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
|
file: ./test/Dockerfile
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
platforms: linux/amd64,linux/arm64,linux/386
|
platforms: linux/amd64,linux/arm64,linux/386
|
||||||
|
|
Loading…
Reference in New Issue