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 cabfc95 commit c75a741Copy full SHA for c75a741
.github/workflows/backend-ci-deploy.yml
@@ -68,4 +68,4 @@ jobs:
68
file: ./Dockerfile
69
push: true
70
platforms: linux/aarch64
71
- tags: ${{ steps.login-ecr.outputs.registry }}/bcsd-api/${{env.TARGET_ENV}}:${{ teps.date.outputs.tag }}
+ tags: ${{ steps.login-ecr.outputs.registry }}/bcsd-api/${{env.TARGET_ENV}}:${{ steps.date.outputs.tag }}
0 commit comments