Skip to content

Commit 69a276e

Browse files
committed
Add links to the v2 Actions.
Signed-off-by: Chad Metcalf <[email protected]>
1 parent 25541cc commit 69a276e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Welcome. This is a simple example application to show a common Docker specific
66
GitHub Action setup. We have a Python Flask application that is built and
77
deployed in Docker containers using Dockerfiles and Docker Compose.
88

9+
## Docker Actions v2
10+
11+
- 🚪 [Docker Login](https://github.com/docker/login-action)
12+
- 🛠 [Setup Buildx](https://github.com/docker/setup-buildx-action)
13+
- 🎭 [Setup Cross Platform Builds](https://github.com/docker/setup-qemu-action)
14+
- 🔨 [Docker Build](https://github.com/docker/build-push-action)
15+
916
## CI Setup
1017

1118
We want to setup CI to test:

0 commit comments

Comments
 (0)