Skip to content

Commit 28c0d65

Browse files
committed
switch cloudflare branch to prod
1 parent be35cd0 commit 28c0d65

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,6 @@ jobs:
9595
- name: Log In to Registry
9696
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
9797

98-
- name: Update Cloudflare Branch
99-
run: |
100-
git config --global user.name '${{ github.actor }}'
101-
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
102-
git add --all
103-
git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY"
104-
git fetch origin "main"
105-
git switch -c "main" "origin/main"
106-
git commit -m "${{ env.RELEASE_VERSION }}"
107-
git push -f
108-
10998
- name: Push Image
11099
run: |
111100
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME

0 commit comments

Comments
 (0)