From b8083193bdf277d9e8a5dd0a712474983ec67def Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Fri, 6 Sep 2024 18:06:16 +0200 Subject: [PATCH] Update GitHub workflows to track 'main' branch and new Docker tags Switch workflows from tracking 'patch/3.2.x' branch to 'main', and update Docker image tags from 'v3-2-0-rc3' to 'v3-3-0-preview'. This ensures the latest changes are correctly integrated and deployed. --- .github/workflows/elsa-server-and-studio.yml | 4 ++-- .github/workflows/elsa-server.yml | 4 ++-- .github/workflows/elsa-studio.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/elsa-server-and-studio.yml b/.github/workflows/elsa-server-and-studio.yml index 46417543a..301c18a4a 100644 --- a/.github/workflows/elsa-server-and-studio.yml +++ b/.github/workflows/elsa-server-and-studio.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: branches: - - patch/3.2.x + - main jobs: push_to_registry: @@ -29,7 +29,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - elsaworkflows/elsa-server-and-studio-v3-2-0-rc3 + elsaworkflows/elsa-server-and-studio-v3-3-0-preview flavor: | latest=true # generate Docker tags based on the following events/attributes diff --git a/.github/workflows/elsa-server.yml b/.github/workflows/elsa-server.yml index 7c50ce0c8..275cf6147 100644 --- a/.github/workflows/elsa-server.yml +++ b/.github/workflows/elsa-server.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: branches: - - patch/3.2.x + - main jobs: push_to_registry: @@ -29,7 +29,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - elsaworkflows/elsa-server-v3-2-0-rc3 + elsaworkflows/elsa-server-v3-3-0-preview flavor: | latest=true # generate Docker tags based on the following events/attributes diff --git a/.github/workflows/elsa-studio.yml b/.github/workflows/elsa-studio.yml index 35c8eb51a..3c5079b5c 100644 --- a/.github/workflows/elsa-studio.yml +++ b/.github/workflows/elsa-studio.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: branches: - - patch/3.2.x + - main jobs: push_to_registry: @@ -29,7 +29,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - elsaworkflows/elsa-studio-v3-2-0-rc3 + elsaworkflows/elsa-studio-v3-3-0-preview flavor: | latest=true # generate Docker tags based on the following events/attributes