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 8122377 commit 404b930Copy full SHA for 404b930
.github/workflows/gradle.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Publish Docker image
65
run: |
66
- docker push ${{ secrets.AWS_ACCOUNT_NUM }}.dkr.ecr.${{ env.REGION }}.amazonaws.com/demoapp:${{ steps.vars.outputs.sha_short }}
+ docker push ${{ secrets.AWS_ACCOUNT_NUM }}.dkr.ecr.${{ env.REGION }}.amazonaws.com/demoapp:d${{ steps.vars.outputs.sha_short }}
67
68
# - name: Download task definition
69
# run: |
0 commit comments