We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e63ae commit db2075aCopy full SHA for db2075a
.github/workflows/deploy-to-ecr.yaml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- main
7
8
+env:
9
+ AWS_REGION: "eu-central-1" # set this to your preferred AWS region, e.g. us-west-1
10
+
11
jobs:
12
deploy:
13
runs-on: ubuntu-latest
0 commit comments