Skip to content

Commit

Permalink
Merge branch 'testing' of github.com:projecthorus/wenet into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Nov 16, 2024
2 parents 4adcfce + 7ae582f commit 6477769
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- 'testing'
pull_request:
workflow_dispatch:
schedule:
Expand All @@ -18,11 +19,13 @@ jobs:

- name: Calculate Container Metadata
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}
flavor: |
latest=true
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=ref,event=tag
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 6477769

Please sign in to comment.