mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
chore(deps): update ci (#2485)
This commit is contained in:
parent
a14092aaf4
commit
32e41edee6
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.11.0
|
||||
uses: cloudflare/wrangler-action@v3.12.0
|
||||
id: cf
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
6
.github/workflows/__package.yml
vendored
6
.github/workflows/__package.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Create provenance attestation 🔏
|
||||
uses: actions/attest-build-provenance@v1.4.3
|
||||
uses: actions/attest-build-provenance@v1.4.4
|
||||
continue-on-error: true
|
||||
with:
|
||||
subject-path: ${{ env.WORKING_DIR }}/${{ env.ARTIFACTS_PATH }}
|
||||
@ -211,7 +211,7 @@ jobs:
|
||||
path: docker_image.tar
|
||||
|
||||
- name: Create provenance attestation 🔏
|
||||
uses: actions/attest-build-provenance@v1.4.3
|
||||
uses: actions/attest-build-provenance@v1.4.4
|
||||
continue-on-error: true
|
||||
with:
|
||||
subject-path: docker_image.tar
|
||||
@ -242,7 +242,7 @@ jobs:
|
||||
docker cp $(docker create --name jf $(docker images --filter=reference='${{ env.REGISTRY_IMAGE }}' -q | head -n 1)):/usr/share/nginx/html/ ./dist
|
||||
|
||||
- name: Create provenance attestation 🔏
|
||||
uses: actions/attest-build-provenance@v1.4.3
|
||||
uses: actions/attest-build-provenance@v1.4.4
|
||||
continue-on-error: true
|
||||
with:
|
||||
subject-path: dist
|
||||
|
Loading…
Reference in New Issue
Block a user