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:
parent
d6c14d9878
commit
b8083193bd
4
.github/workflows/elsa-server-and-studio.yml
vendored
4
.github/workflows/elsa-server-and-studio.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/elsa-server.yml
vendored
4
.github/workflows/elsa-server.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/elsa-studio.yml
vendored
4
.github/workflows/elsa-studio.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue