Skip to content
Permalink
Browse files
Merge pull request #152 from rodrigc/readme-clarify-install
Clarify install option in example
  • Loading branch information
CrazyMax authored and GitHub committed May 28, 2022
2 parents 7560281 + 4326292 commit cafcc1d31fc446483a6f70920355a76c9bb40292
Showing 2 changed files with 3 additions and 1 deletion.
@@ -95,6 +95,8 @@ jobs:

### Install by default

If you want set up the `docker build` command as an alias to `docker buildx build`:

```yaml
name: ci
@@ -22,7 +22,7 @@ inputs:
default: '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host'
required: false
install:
description: 'Sets up docker build command as an alias to docker buildx'
description: 'Sets up docker build command as an alias to docker buildx build'
default: 'false'
required: false
use:

0 comments on commit cafcc1d

Please sign in to comment.