From 2bbf43c692fceaa8c79241365f5e321b57ad4a9a Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Tue, 31 Oct 2023 08:53:41 +0000 Subject: [PATCH] Always build and push Docker image --- .github/workflows/build-images-and-deploy.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-images-and-deploy.yaml b/.github/workflows/build-images-and-deploy.yaml index b5682134f..29aca9fcf 100644 --- a/.github/workflows/build-images-and-deploy.yaml +++ b/.github/workflows/build-images-and-deploy.yaml @@ -1,11 +1,6 @@ name: multi-architecture docker build -on: - push: - branches: - - main - tags: - - "v*" +on: [push] jobs: build_and_deploy: