未验证 提交 d822cfdb 编写于 作者: Q quicksilver 提交者: GitHub

Fix automated update image tag bug (#6474)

Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 e9a14125
......@@ -56,7 +56,7 @@ jobs:
continue-on-error: true
shell: bash
run: |
sed -i "s#DATE_VERSION=.*#DATE_VERSION=${{ steps.extracter.outputs.version }}#g" .env
sed -i "s#$DATE_VERSION=.*#DATE_VERSION=${{ steps.extracter.outputs.version }}#g" .env
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .env
......@@ -70,7 +70,7 @@ jobs:
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: update_builder_images
branch: update_builder_${{ github.sha }}
delete-branch: true
title: '[automated] Update Builder Image Changes'
body: |
......
......@@ -60,7 +60,7 @@ jobs:
shell: bash
working-directory: tests/docker
run: |
sed -i "s#IMAGE_TAG=.*#IMAGE_TAG=${{ steps.extracter.outputs.version }}-${{ steps.extracter.outputs.sha_short }}#g" .env
sed -i "s#$IMAGE_TAG=.*#IMAGE_TAG=${{ steps.extracter.outputs.version }}-${{ steps.extracter.outputs.sha_short }}#g" .env
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .env
......@@ -74,7 +74,7 @@ jobs:
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: update_builder_images
branch: update_pytest_${{ github.sha }}
delete-branch: true
title: '[automated] Update Pytest Image Changes'
body: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册