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.
This commit is contained in:
Sipke Schoorstra 2024-09-06 18:06:16 +02:00
parent d6c14d9878
commit b8083193bd
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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