Skip to content

Commit acc3973

Browse files
Fixing push image pipeline
1 parent d4a5ce4 commit acc3973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ECR_REGISTRY: public.ecr.aws
2828
ECR_REPOSITORY: v9i6s3d6/serverless-python
2929
DOCKER_REPOSITORY: dnxsolutions/serverless-python
30-
IMAGE_TAG: dnx-${{ steps.get_tag.outputs.tag }}
30+
IMAGE_TAG: ${{ steps.get_tag.outputs.tag }}
3131
run: |
3232
apk add docker
3333
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws

0 commit comments

Comments
 (0)