File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 44[ ![ Test workflow] ( https://img.shields.io/github/workflow/status/docker/build-push-action/test?label=test&logo=github&style=flat-square )] ( https://github.com/docker/build-push-action/actions?workflow=test )
55[ ![ Codecov] ( https://img.shields.io/codecov/c/github/docker/build-push-action?logo=codecov&style=flat-square )] ( https://codecov.io/gh/docker/build-push-action )
66
7- ## Upgrade from v1
8-
9- ` v2 ` of this action includes significant updates and now uses Docker [ Buildx] ( https://github.com/docker/buildx ) . It's
10- also rewritten as a [ typescript-action] ( https://github.com/actions/typescript-action/ ) to be as close as possible
11- of the [ GitHub Runner] ( https://github.com/actions/virtual-environments ) during its execution.
12-
13- [ Upgrade notes] ( UPGRADE.md ) with many [ usage examples] ( #advanced-usage ) have been added to handle most use cases but
14- ` v1 ` is still available through [ ` releases/v1 ` branch] ( https://github.com/docker/build-push-action/tree/releases/v1 ) .
15-
167## About
178
189GitHub Action to build and push Docker images with [ Buildx] ( https://github.com/docker/buildx ) with full support of the
Original file line number Diff line number Diff line change 2828# v1
2929steps :
3030 -
31- name : Checkout code
31+ name : Checkout
3232 uses : actions/checkout@v2
3333 -
3434 name : Build and push Docker images
4747# v2
4848steps :
4949 -
50- name : Checkout code
50+ name : Checkout
5151 uses : actions/checkout@v2
5252 -
5353 name : Set up Docker Buildx
7979# v1
8080steps :
8181 -
82- name : Checkout code
82+ name : Checkout
8383 uses : actions/checkout@v2
8484 -
8585 name : Build and push Docker images
You can’t perform that action at this time.
0 commit comments