mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-04 04:01:26 +00:00
chore(deps): update ci (#2508)
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions
This commit is contained in:
parent
00a912487e
commit
3716a83829
2
.github/workflows/__deploy.yml
vendored
2
.github/workflows/__deploy.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
path: dist
|
||||
|
||||
- name: Publish to Cloudflare Pages 📃
|
||||
uses: cloudflare/wrangler-action@v3.12.1
|
||||
uses: cloudflare/wrangler-action@v3.13.0
|
||||
id: cf
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
4
.github/workflows/__package.yml
vendored
4
.github/workflows/__package.yml
vendored
@ -185,7 +185,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3.7.1
|
||||
|
||||
- name: Build images 🛠️
|
||||
uses: docker/build-push-action@v6.9.0
|
||||
uses: docker/build-push-action@v6.10.0
|
||||
id: image
|
||||
with:
|
||||
context: .
|
||||
@ -297,7 +297,7 @@ jobs:
|
||||
password: ${{ secrets.JF_BOT_TOKEN }}
|
||||
|
||||
- name: Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }}
|
||||
uses: docker/build-push-action@v6.9.0
|
||||
uses: docker/build-push-action@v6.10.0
|
||||
id: image
|
||||
with:
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user