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 4
4
[ ![ 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 )
5
5
[ ![ 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 )
6
6
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
-
16
7
## About
17
8
18
9
GitHub 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 28
28
# v1
29
29
steps :
30
30
-
31
- name : Checkout code
31
+ name : Checkout
32
32
uses : actions/checkout@v2
33
33
-
34
34
name : Build and push Docker images
47
47
# v2
48
48
steps :
49
49
-
50
- name : Checkout code
50
+ name : Checkout
51
51
uses : actions/checkout@v2
52
52
-
53
53
name : Set up Docker Buildx
79
79
# v1
80
80
steps :
81
81
-
82
- name : Checkout code
82
+ name : Checkout
83
83
uses : actions/checkout@v2
84
84
-
85
85
name : Build and push Docker images
You can’t perform that action at this time.
0 commit comments