Skip to content

Commit

Permalink
Wrong image name when creating latest tag for php images (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose authored Aug 18, 2021
1 parent 2855320 commit 0a6406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Tag/push release images as latest
run: |
export IMAGE_TAG=${{ steps.tag.outputs.release_tag }}
docker tag ${{ secrets.AWS_ECR_REPO }}/aws-crt-php${{ matrix.version }}-linux-x64:$IMAGE_TAG ${{ secrets.AWS_ECR_REPO }}/aws-crt/php${{ matrix.version }}-linux-x64:latest
docker tag ${{ secrets.AWS_ECR_REPO }}/aws-crt-php${{ matrix.version }}-linux-x64:$IMAGE_TAG ${{ secrets.AWS_ECR_REPO }}/aws-crt-php${{ matrix.version }}-linux-x64:latest
docker push ${{ secrets.AWS_ECR_REPO }}/aws-crt-php${{ matrix.version }}-linux-x64:$IMAGE_TAG
docker push ${{ secrets.AWS_ECR_REPO }}/aws-crt-php${{ matrix.version }}-linux-x64:latest
Expand Down

0 comments on commit 0a6406e

Please sign in to comment.