Bump cryptography from 41.0.3 to 41.0.6 #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### This is the Terraform-generated dev-build.yml workflow for the ### | |
### dspace-submission-service-dev app repository ### | |
### If the container requires any additional pre-build commands, uncomment and edit ### | |
### the PREBUILD line at the end of the document. ### | |
name: Dev Container Build and Deploy | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- '.github/**' | |
jobs: | |
deploy: | |
name: Dev Container Deploy | |
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@main | |
secrets: inherit | |
with: | |
AWS_REGION: "us-east-1" | |
GHA_ROLE: "dspace-submission-service-gha-dev" | |
ECR: "dspace-submission-service-dev" | |
# PREBUILD: |