We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a5ce4 commit acc3973Copy full SHA for acc3973
.github/workflows/registry.yml
@@ -27,7 +27,7 @@ jobs:
27
ECR_REGISTRY: public.ecr.aws
28
ECR_REPOSITORY: v9i6s3d6/serverless-python
29
DOCKER_REPOSITORY: dnxsolutions/serverless-python
30
- IMAGE_TAG: dnx-${{ steps.get_tag.outputs.tag }}
+ IMAGE_TAG: ${{ steps.get_tag.outputs.tag }}
31
run: |
32
apk add docker
33
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
0 commit comments