mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
Set file input
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
4bbd4aa946
commit
7086e3777e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -82,7 +82,8 @@ 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: "git://x-access-token:${{ github.token }}@github.com/${{ github.repository }}#${{ github.ref }}"
|
||||||
|
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
|
||||||
#allow: network.host,security.insecure
|
#allow: network.host,security.insecure
|
||||||
|
|
Loading…
Reference in a new issue