Skip to content

Commit 4222161

Browse files
authored
Merge pull request #500 from crazy-max/readme
readme: remove v1 section
2 parents 04841f2 + ff32939 commit 4222161

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
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

189
GitHub Action to build and push Docker images with [Buildx](https://github.com/docker/buildx) with full support of the

UPGRADE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# v1
2929
steps:
3030
-
31-
name: Checkout code
31+
name: Checkout
3232
uses: actions/checkout@v2
3333
-
3434
name: Build and push Docker images
@@ -47,7 +47,7 @@ steps:
4747
# v2
4848
steps:
4949
-
50-
name: Checkout code
50+
name: Checkout
5151
uses: actions/checkout@v2
5252
-
5353
name: Set up Docker Buildx
@@ -79,7 +79,7 @@ steps:
7979
# v1
8080
steps:
8181
-
82-
name: Checkout code
82+
name: Checkout
8383
uses: actions/checkout@v2
8484
-
8585
name: Build and push Docker images

0 commit comments

Comments
 (0)