mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-05-11 10:26:25 +02:00
Upgraded more actions dependencies
This commit is contained in:
parent
05c5cf57e4
commit
4dfbb9039d
2 changed files with 6 additions and 6 deletions
10
.github/workflows/docker-build.yml
vendored
10
.github/workflows/docker-build.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/${{ inputs.username }}/${{ inputs.name }}
|
ghcr.io/${{ inputs.username }}/${{ inputs.name }}
|
||||||
|
@ -34,19 +34,19 @@ jobs:
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=true
|
latest=true
|
||||||
- name: Login to GHCR
|
- name: Login to GHCR
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GH_TOKEN }}
|
password: ${{ secrets.GH_TOKEN }}
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: arm,arm64
|
platforms: arm,arm64
|
||||||
- name: Set up buildx
|
- name: Set up buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: push
|
- name: push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ${{ inputs.folder }}
|
context: ${{ inputs.folder }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
2
.github/workflows/generate-sqlite-base.yml
vendored
2
.github/workflows/generate-sqlite-base.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Run Server
|
- name: Run Server
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
run: npm start
|
run: npm start
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: SponsorTimesDB.db
|
name: SponsorTimesDB.db
|
||||||
path: databases/sponsorTimes.db
|
path: databases/sponsorTimes.db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue