File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
DEV_LOGIN_PASSWORD : ${{ secrets.DEV_LOGIN_PASSWORD }}
18
18
strategy :
19
19
matrix :
20
- platform : [amd64, arm64]
20
+ platform : [amd64, arm64/v8 ]
21
21
steps :
22
22
- name : Checkout repository
23
23
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -61,16 +61,16 @@ jobs:
61
61
git commit -m "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" || true
62
62
git push origin $AUTOMATED_RELEASE_BRANCH
63
63
64
- PR_TITLE="ci(${{ github.event.repository.name }}) : $KUBERNETES_POD_NEW_IMAGE "
64
+ PR_TITLE="ci: $AUTOMATED_RELEASE_BRANCH "
65
65
if [ ${{ github.event_name }} == 'release' ]; then
66
- PR_TITLE="ci(${{ github.ref_name }}): $KUBERNETES_POD_NEW_IMAGE "
66
+ PR_TITLE="ci(${{ github.ref_name }}): $AUTOMATED_RELEASE_BRANCH "
67
67
fi
68
68
69
69
gh pr create \
70
70
--base dev \
71
71
--head $AUTOMATED_RELEASE_BRANCH \
72
72
--title "$PR_TITLE" \
73
- --body "Automated release for ${{ github.event.repository.name }}: $KUBERNETES_POD_NEW_IMAGE:${{ env.IMAGE_TAG }}" \
73
+ --body "Automated release for ${{ github.event.repository.name }}:\n- $KUBERNETES_POD_NEW_IMAGE:${{ env.IMAGE_TAG }}" \
74
74
--draft \
75
75
--repo ${{ github.repository_owner }}/${{ env.KUBERNETES_CLUSTER_REPO_NAME }} || true
76
76
# --reviewer ${{ github.repository_owner }}/devops-admin \
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ for IMAGE_NAME in "${PULL_IMAGE_NAMES[@]}"; do
34
34
echo " Pulling image: $AZURE_CONTAINER_REGISTRY /$IMAGE_NAME :$AZURE_IMAGE_TAG "
35
35
kubectl exec $DOCKER_POD -c docker -- /bin/sh -c " docker pull $AZURE_CONTAINER_REGISTRY /$IMAGE_NAME :$AZURE_IMAGE_TAG "
36
36
i=$(( i+ 1 ))
37
- echo " ::notice::Pushed $i of $total_images images"
37
+ echo " ::notice::Pulled $i of $total_images images"
38
38
done
You can’t perform that action at this time.
0 commit comments