We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be35cd0 commit 28c0d65Copy full SHA for 28c0d65
1 file changed
.github/workflows/main.yml
@@ -95,17 +95,6 @@ jobs:
95
- name: Log In to Registry
96
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
97
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
-
109
- name: Push Image
110
run: |
111
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
0 commit comments