Update Docker image tags to version 3.6.0-preview in workflow configurations
This commit is contained in:
parent
d71e37c4e1
commit
a18dbdcb80
2
.github/workflows/elsa-server-and-studio.yml
vendored
2
.github/workflows/elsa-server-and-studio.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
elsaworkflows/elsa-server-and-studio-v3-4-0-preview
|
||||
elsaworkflows/elsa-server-and-studio-v3-6-0-preview
|
||||
flavor: |
|
||||
latest=true
|
||||
# generate Docker tags based on the following events/attributes
|
||||
|
|
|
|||
2
.github/workflows/elsa-server.yml
vendored
2
.github/workflows/elsa-server.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
elsaworkflows/elsa-server-v3-4-0-preview
|
||||
elsaworkflows/elsa-server-v3-6-0-preview
|
||||
flavor: |
|
||||
latest=true
|
||||
# generate Docker tags based on the following events/attributes
|
||||
|
|
|
|||
2
.github/workflows/elsa-studio.yml
vendored
2
.github/workflows/elsa-studio.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
elsaworkflows/elsa-studio-v3-4-0-preview
|
||||
elsaworkflows/elsa-studio-v3-6-0-preview
|
||||
flavor: |
|
||||
latest=true
|
||||
# generate Docker tags based on the following events/attributes
|
||||
|
|
|
|||
Loading…
Reference in a new issue