We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f0c1eb + e34056a commit 7e43dd1Copy full SHA for 7e43dd1
.github/workflows/push.yaml
@@ -17,9 +17,9 @@ jobs:
17
# list of Docker images to use as base name for tags
18
images: |
19
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/stripe-mock
20
- # generate Docker tags based on the following events/attributes
21
- tags: |
22
- type=pep440,pattern={{version}}
+ # generate Docker tags based on the following events/attributes
+ tags: |
+ type=pep440,pattern={{version}}
23
- name: Configure AWS credentials
24
uses: aws-actions/configure-aws-credentials@v1
25
with:
0 commit comments