From 9a0e4d0593df726a83e88e1d106c885f8c54b0c6 Mon Sep 17 00:00:00 2001 From: Andreas Serov Date: Wed, 7 Aug 2024 11:08:38 +0200 Subject: [PATCH] fixing docker-image.yaml syntax error --- .github/workflows/docker-image.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 46bae56..ecae18e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,9 +1,10 @@ name: Docker Image CI -on push: - branches: - - main - - countinuous_integration +on: + push: + branches: + - main + - countinuous_integration jobs: build: