retry using new LOG_CHANNEL for build

This commit is contained in:
Ronald A. Richardson
2023-08-02 17:57:09 +08:00
parent ed72c2afdd
commit 768fa6fc27
2 changed files with 9 additions and 3 deletions

View File

@@ -47,7 +47,10 @@ jobs:
uses: aws-actions/amazon-ecr-login@v1
- name: Prepare Composer Auth Secret
run: echo '${{ env.COMPOSER_AUTH }}' > composer-auth.json
run: |
if [[ -n "${{ secrets._GITHUB_AUTH_TOKEN }}" ]]; then
echo '${{ env.COMPOSER_AUTH }}' > composer-auth.json
fi
- name: Build and Release
uses: docker/bake-action@v2