Skip to content

Commit 8e8c9d6

Browse files
author
Pat
authored
workflows: update release with minor fixes (#10040)
* workflows: update release with minor fixes Signed-off-by: Patrick Stephens <[email protected]> * workflows: update release with minor fixes Signed-off-by: Patrick Stephens <[email protected]> --------- Signed-off-by: Patrick Stephens <[email protected]>
1 parent ea3ffc1 commit 8e8c9d6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/staging-release.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ jobs:
268268
mkdir -p "packaging/releases/$DISTRO"
269269
aws s3 sync "s3://${{ secrets.AWS_S3_BUCKET_RELEASE }}/$DISTRO" "packaging/releases/$DISTRO" --no-progress
270270
aws s3 sync "s3://${{ secrets.AWS_S3_BUCKET_STAGING }}/$DISTRO" "packaging/releases/$DISTRO" --no-progress
271+
aws s3 sync "s3://${{ secrets.AWS_S3_BUCKET_STAGING }}/${{ github.event.inputs.version }}/$DISTRO" "packaging/releases/$DISTRO" --no-progress
271272
env:
272273
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
273274
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -631,7 +632,7 @@ jobs:
631632
GHCR_RELEASE_IMAGE_NAME: ghcr.io/${{ github.event.inputs.github-image || github.repository }}
632633
steps:
633634
- name: Install cosign
634-
uses: sigstore/cosign-installer@v2
635+
uses: sigstore/cosign-installer@v3
635636

636637
- name: Login to Docker Hub
637638
uses: docker/login-action@v3
@@ -1020,6 +1021,12 @@ jobs:
10201021
- name: Release 3.2
10211022
if: startsWith(inputs.version, '3.2')
10221023
uses: actions/checkout@v4
1024+
with:
1025+
ref: 3.2
1026+
1027+
- name: Release 4.0
1028+
if: startsWith(inputs.version, '4.0')
1029+
uses: actions/checkout@v4
10231030
with:
10241031
ref: master
10251032

0 commit comments

Comments
 (0)