From 47c05a68780a79cc63a23eb43944d2618ea9c7bd Mon Sep 17 00:00:00 2001 From: Patrick Pfeiffer <306324+guybrush@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:28:17 +0100 Subject: [PATCH] try to get ci to push the image --- .github/workflows/backend-publish-docker.yml | 6 ------ .github/workflows/frontend-publish-docker.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/backend-publish-docker.yml b/.github/workflows/backend-publish-docker.yml index 426cb2fd1..d939bb504 100644 --- a/.github/workflows/backend-publish-docker.yml +++ b/.github/workflows/backend-publish-docker.yml @@ -4,13 +4,7 @@ name: Backend docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - paths: - - 'backend/**' - - '.github/**' branches: - - main - - staging - - staging-2 - publish-docker # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. diff --git a/.github/workflows/frontend-publish-docker.yml b/.github/workflows/frontend-publish-docker.yml index 968be6c45..e0c44a10d 100644 --- a/.github/workflows/frontend-publish-docker.yml +++ b/.github/workflows/frontend-publish-docker.yml @@ -4,13 +4,7 @@ name: Frontend docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - paths: - - 'frontend/**' - - '.github/**' branches: - - main - - staging - - staging-2 - publish-docker # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.