We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a26c68 commit 2e53caeCopy full SHA for 2e53cae
.github/workflows/ecs-deployment.yml
@@ -100,8 +100,8 @@ jobs:
100
platforms: linux/amd64,linux/arm64
101
push: true
102
tags: |
103
- ${{ env.REGISTRY }}/openzeppelin-layer:latest
104
- ${{ env.REGISTRY }}/openzeppelin-layer:${{ github.sha }}
+ ${{ env.REGISTRY }}/openzeppelin-relayer:latest
+ ${{ env.REGISTRY }}/openzeppelin-relayer:${{ github.sha }}
105
cache-from: type=gha
106
cache-to: type=gha,mode=max
107
0 commit comments