mirror of
https://github.com/docker/build-push-action.git
synced 2025-07-01 05:24:15 +00:00
readme: remove v1 section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
04841f2a72
commit
ff329397c0
2 changed files with 3 additions and 12 deletions
|
@ -28,7 +28,7 @@
|
|||
# v1
|
||||
steps:
|
||||
-
|
||||
name: Checkout code
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Build and push Docker images
|
||||
|
@ -47,7 +47,7 @@ steps:
|
|||
# v2
|
||||
steps:
|
||||
-
|
||||
name: Checkout code
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
|
@ -79,7 +79,7 @@ steps:
|
|||
# v1
|
||||
steps:
|
||||
-
|
||||
name: Checkout code
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Build and push Docker images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue