Skip to content

Commit

Permalink
Set file input
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 16, 2020
1 parent 4bbd4aa commit 7086e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
name: Build and push
uses: ./
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 }}
platforms: linux/amd64,linux/arm64,linux/386
#allow: network.host,security.insecure
Expand Down

0 comments on commit 7086e37

Please sign in to comment.