Merge branch 'dev/ee5.0' into mysql_aysnc

This commit is contained in:
Xinyu Liu 2022-08-25 11:50:51 +08:00 committed by GitHub
commit 02c40d61b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ jobs:
docker-push-multi-arch-manifest: docker-push-multi-arch-manifest:
# note, we only run on amd64 # note, we only run on amd64
if: ${{ needs.prepare.outputs.IS_EXACT_TAG }} == 'true' if: needs.prepare.outputs.IS_EXACT_TAG == 'true'
needs: needs:
- prepare - prepare
- docker - docker
@ -324,7 +324,7 @@ jobs:
${{ steps.pre-meta.outputs.img_labels }} ${{ steps.pre-meta.outputs.img_labels }}
- name: update manifest for multiarch image - name: update manifest for multiarch image
if: ${{ needs.prepare.outputs.IS_EXACT_TAG }} == 'true' if: needs.prepare.outputs.IS_EXACT_TAG == 'true'
working-directory: source working-directory: source
run: | run: |
if [ ${{ matrix.build_elixir }} = 'with_elixir' ]; then if [ ${{ matrix.build_elixir }} = 'with_elixir' ]; then