Skip to content

Commit 7e43dd1

Browse files
Merge pull request #5 from inplayer-org/fix-push-workflow
2 parents 7f0c1eb + e34056a commit 7e43dd1

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)