diff --git a/.github/workflows/s3_upload.yaml b/.github/workflows/s3_upload.yaml index 0e6ab1b..8566f43 100644 --- a/.github/workflows/s3_upload.yaml +++ b/.github/workflows/s3_upload.yaml @@ -34,7 +34,7 @@ jobs: - run: | zip -r docker-image-pipeline.zip * - aws s3 cp docker-image-pipeline.zip s3://image-pipeline-assets + aws s3 cp docker-image-pipeline.zip s3://csvd-dev-ew-github-actions env: AWS_ACCESS_KEY_ID: ${{ steps.aws_auth.outputs.aws_access_key_id }} AWS_SECRET_ACCESS_KEY: ${{ steps.aws_auth.outputs.aws_secret_access_key }}