mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-26 04:42:11 +00:00
Update build.yml
This commit is contained in:
parent
69d28af85c
commit
2efc86f3bb
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
# - linux/arm/v6
|
# - linux/arm/v6
|
||||||
# - linux/arm/v7
|
# - linux/arm/v7
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
name: Building TCGdex for ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -79,8 +80,8 @@ jobs:
|
|||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
outputs: |
|
outputs: |
|
||||||
type=image,name=ghcr.io/tcgdex/server,push-by-digest=true,name-canonical=true,push=true
|
type=image,name=ghcr.io/tcgdex/server,push-by-digest=true,name-canonical=true
|
||||||
type=image,name=tcgdex/server,push-by-digest=true,name-canonical=true,push=true
|
type=image,name=tcgdex/server,push-by-digest=true,name-canonical=true
|
||||||
|
|
||||||
|
|
||||||
- name: Export digest
|
- name: Export digest
|
||||||
@ -99,6 +100,7 @@ jobs:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
name: Deploying TCGdex
|
||||||
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
|
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user