Improve github actions docs

Signed-off-by: Tihomir Jovicic <tihomir.jovicic.develop@gmail.com>
This commit is contained in:
Tihomir Jovicic 2021-07-15 09:58:00 +02:00
parent 12668df292
commit 0c80674afd

View File

@ -1,14 +1,7 @@
---
slug: /learn/109-github-actions
---
# Dagger 109: integrate with Github Actions # Dagger 109: integrate with Github Actions
This tutorial illustrates how to use Github Actions and Dagger to build, push and deploy Docker images to Cloud Run. This tutorial illustrates how to use Github Actions and Dagger to build, push and deploy Docker images to Cloud Run.
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
## Prerequisites ## Prerequisites
We assume that you've finished our 106-cloudrun tutorial as this one continues right after. We assume that you've finished our 106-cloudrun tutorial as this one continues right after.