We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25541cc commit 69a276eCopy full SHA for 69a276e
README.md
@@ -6,6 +6,13 @@ Welcome. This is a simple example application to show a common Docker specific
6
GitHub Action setup. We have a Python Flask application that is built and
7
deployed in Docker containers using Dockerfiles and Docker Compose.
8
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
16
## CI Setup
17
18
We want to setup CI to test:
0 commit comments