Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking committed Aug 30, 2024
1 parent 69d28af commit 2efc86f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
# - linux/arm/v6
# - linux/arm/v7
- linux/arm64
name: Building TCGdex for ${{ matrix.platform }}
steps:

- name: Checkout
Expand Down Expand Up @@ -79,8 +80,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: |
type=image,name=ghcr.io/tcgdex/server,push-by-digest=true,name-canonical=true,push=true
type=image,name=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
- name: Export digest
Expand All @@ -99,6 +100,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
name: Deploying TCGdex
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
needs:
- build
Expand Down

0 comments on commit 2efc86f

Please sign in to comment.