Skip to content

Commit e34056a

Browse files
committed
Fix push workflow
1 parent 7f0c1eb commit e34056a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
# list of Docker images to use as base name for tags
1818
images: |
1919
${{ 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}}
20+
# generate Docker tags based on the following events/attributes
21+
tags: |
22+
type=pep440,pattern={{version}}
2323
- name: Configure AWS credentials
2424
uses: aws-actions/configure-aws-credentials@v1
2525
with:

0 commit comments

Comments
 (0)