Skip to content

Commit

Permalink
Update workflow Docker images and version tags
Browse files Browse the repository at this point in the history
Changed Docker image tags from v3-2-0-rc3 to v3-2-1-preview across multiple GitHub workflows. Updated the VERSION environment variable in packages.yml to reflect the new versioning scheme. These changes ensure consistency with the new preview release.
  • Loading branch information
sfmskywalker committed Sep 18, 2024
1 parent 18b0d2e commit 40cd291
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elsa-server-and-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-2-1-preview
flavor: |
latest=true
# generate Docker tags based on the following events/attributes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elsa-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-2-1-preview
flavor: |
latest=true
# generate Docker tags based on the following events/attributes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elsa-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-2-1-preview
flavor: |
latest=true
# generate Docker tags based on the following events/attributes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
echo "VERSION=3.2.0-rc6.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.2.1.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down

0 comments on commit 40cd291

Please sign in to comment.