From 0c80674afdb69ce329a1ece1f0ea9bd8af355635 Mon Sep 17 00:00:00 2001 From: Tihomir Jovicic Date: Thu, 15 Jul 2021 09:58:00 +0200 Subject: [PATCH] Improve github actions docs Signed-off-by: Tihomir Jovicic --- docs/learn/109-github-actions.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/learn/109-github-actions.md b/docs/learn/109-github-actions.md index d27d5784..83eb254f 100644 --- a/docs/learn/109-github-actions.md +++ b/docs/learn/109-github-actions.md @@ -1,14 +1,7 @@ ---- -slug: /learn/109-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. -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; - ## Prerequisites We assume that you've finished our 106-cloudrun tutorial as this one continues right after.