Skip to content

Commit

Permalink
test: rewrite stable docker image build 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson Hon committed Nov 12, 2023
1 parent e8c9ba1 commit 00c9334
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,17 +426,17 @@ jobs:
tag_name: v${{ steps.prep.outputs.VERSION }}
files: |
release/*
- name: Refresh Cloudflare Cache
env:
CF_AUTH_EMAIL: ${{ secrets.CF_AUTH_EMAIL }}
CF_PARGE_CACHE_AUTH_KEY: ${{ secrets.CF_PARGE_CACHE_AUTH_KEY }}
CF_ZONE: ${{ secrets.CF_ZONE }}
shell: bash
run: |
curl -X POST "https://api.cloudflare.com/client/v4/zones/$CF_ZONE/purge_cache" \
-H "X-Auth-Email: $CF_AUTH_EMAIL" \
-H "Authorization: Bearer $CF_PARGE_CACHE_AUTH_KEY" \
-H "Content-Type: application/json" \
# - name: Refresh Cloudflare Cache
# env:
# CF_AUTH_EMAIL: ${{ secrets.CF_AUTH_EMAIL }}
# CF_PARGE_CACHE_AUTH_KEY: ${{ secrets.CF_PARGE_CACHE_AUTH_KEY }}
# CF_ZONE: ${{ secrets.CF_ZONE }}
# shell: bash
# run: |
# curl -X POST "https://api.cloudflare.com/client/v4/zones/$CF_ZONE/purge_cache" \
# -H "X-Auth-Email: $CF_AUTH_EMAIL" \
# -H "Authorization: Bearer $CF_PARGE_CACHE_AUTH_KEY" \
# -H "Content-Type: application/json" \
# --data '{"purge_everything":true}'
# - name: Submit to Microsoft winget
# shell: pwsh
Expand Down

0 comments on commit 00c9334

Please sign in to comment.