Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
chore(deps): Bump @docker/actions-toolkit from 0.18.0 to 0.19.0
disable quotes detection for "outputs" input
chore(deps): Bump @docker/actions-toolkit from 0.14.0 to 0.18.0
ci: local-cache job to test local cache feature
chore(deps): Bump undici from 5.26.3 to 5.28.3
ci: set codecov token
chore(deps): Bump codecov/codecov-action from 3 to 4
upgrade actions/checkout to v4
feat: warn about ignored inputs
chore(deps): Bump @docker/actions-toolkit from 0.13.0 to 0.14.0
ci: inspect sbom and provenance
ci: update buildx to latest
chore(deps): Bump @babel/traverse from 7.17.3 to 7.23.2
Fix typo in cache doc
Cache backend API example
Update upgrade notes
Remove note about Git context not supporting subdir
Bump codecov/codecov-action from 1 to 2.0.1
Update test Dockerfile
Detail `.dockerignore` is ignored in git context
Small typo and ensure trimmed output
Handle git sha version of buildx
Fix dependabot labels
Fix ISSUE_TEMPLATE typo s/sumbitting/submitting/
Update dev deps
Use built-in `getExecOutput`
Use `core.getBooleanInput`
Bump csv-parse from 4.15.4 to 4.16.0
Bump @actions/exec from 1.0.4 to 1.1.0
Bump @actions/core from 1.3.0 to 1.4.0
Bump ws from 7.3.1 to 7.4.6
Enhance console output
Fix ref spec for default Git context
Bump @actions/core from 1.2.7 to 1.3.0
Preserve quotes inside unquoted field
Add tag-push action to advanced usage section
Share built image between jobs
Bump @actions/github from 4.0.0 to 5.0.0
Bump hosted-git-info from 2.8.8 to 2.8.9
Bump lodash from 4.17.20 to 4.17.21
Update examples with `docker/metadata-action`
Fix setOutput
Remove os limitation
Update troubleshooting notes
Bump csv-parse from 4.15.3 to 4.15.4
Bump @actions/core from 1.2.6 to 1.2.7
Add network input
Sort inputs
Fix doc links
Handle GitHub server URL for default context
Bump y18n from 4.0.0 to 4.0.1
Bump semver from 7.3.4 to 7.3.5
Meta action v2
Enhance workflow
Bump csv-parse from 4.15.1 to 4.15.3
Fix wrong link for login action repo
Enhance documentation
Allow to use secret file mount
Enhance virtual-env workflow
Remove label workflow
Bump csv-parse from 4.14.2 to 4.15.1
Update buildx
Add virtual-env workflow
Fix README
Add registry issue labels
Add e2e tests for GAR
Add e2e tests for GCR
Bump csv-parse from 4.14.1 to 4.14.2
Fix public ECR slug and add cache to registry
Add e2e tests for ECR
Typo in README
Bump semver from 7.3.2 to 7.3.4
Trim input list items
Update documentation on escaping quotes
Fix e2e workflow syntax
Add e2e tests
Bump csv-parse from 4.14.0 to 4.14.1
Use major version of actions
Set container label "org.opencontainers.image.source" to establish a repository connection on github
Bump csv-parse from 4.12.0 to 4.14.0
Bump actions/checkout from v2.3.3 to v2.3.4
docs(README): Improve example of `file` option so it's obvious that it is not relative to `context` option
Note that build_args has been renamed build-args
Simplify "Complete workflow" with Docker meta action
Fix parsing of secrets containing '=' character
Container based developer flow