Skip to content

Commit 2e53cae

Browse files
committed
chore: fix the ecr name
1 parent 1a26c68 commit 2e53cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ecs-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
platforms: linux/amd64,linux/arm64
101101
push: true
102102
tags: |
103-
${{ env.REGISTRY }}/openzeppelin-layer:latest
104-
${{ env.REGISTRY }}/openzeppelin-layer:${{ github.sha }}
103+
${{ env.REGISTRY }}/openzeppelin-relayer:latest
104+
${{ env.REGISTRY }}/openzeppelin-relayer:${{ github.sha }}
105105
cache-from: type=gha
106106
cache-to: type=gha,mode=max
107107

0 commit comments

Comments
 (0)