From b0da28a0ba537acbdf055b001ccbf740357563a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Fri, 5 Aug 2022 13:00:17 +0100 Subject: [PATCH] Revert "ci: build docker image on all branches" (#42) This reverts commit 6bd03412147d69478f8798fff4df550aad98cd73. --- .github/workflows/build-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 20065ce9..2d7251d6 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -1,7 +1,7 @@ on: push: branches: - - '**' + - 'main' tags: - 'v*' @@ -22,7 +22,6 @@ jobs: images: code4romania/website-factory tags: | type=edge - type=ref,event=branch type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}