We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c184c0b commit f949dfaCopy full SHA for f949dfa
.github/workflows/docker-a3s.yml
@@ -88,5 +88,5 @@ jobs:
88
push: true
89
platforms: linux/arm64
90
tags: |
91
- ${{ steps.login-ecr.outputs.registry }}/a3s/javascript:${{ env.BUILD_NUMBER }}
92
- ${{ steps.login-ecr.outputs.registry }}/a3s/javascript:latest
+ ${{ steps.login-ecr.outputs.registry }}/a3s/analysis/javascript/:${{ env.BUILD_NUMBER }}
+ ${{ steps.login-ecr.outputs.registry }}/a3s/analysis/javascript:latest
0 commit comments