Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
add AWS S3 to China upload step (gardenlinux#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBatschner authored Jun 6, 2024
1 parent a96561c commit b46e3af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ jobs:
region: ${{ secrets.AWS_REGION }}
role: ${{ secrets.AWS_IAM_ROLE }}
session: ${{ secrets.AWS_OIDC_SESSION }}
upload_to_s3_cn:
name: upload to S3 china
needs: [ build, tests ]
permissions:
id-token: write
uses: ./.github/workflows/upload_to_s3.yml
with:
version: ${{ needs.build.outputs.version }}
default_modifier: "-gardener_prod"
secrets:
bucket: ${{ secrets.AWS_CN_S3_BUCKET }}
region: ${{ secrets.AWS_CN_REGION }}
role: ${{ secrets.AWS_CN_IAM_ROLE }}
session: ${{ secrets.AWS_CN_OIDC_SESSION }}
publish_container:
name: publish gardenlinux container base image
needs: [ build, tests ]
Expand Down

0 comments on commit b46e3af

Please sign in to comment.