Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-michalguspiel committed Jul 25, 2024
1 parent cccc5c6 commit 873590e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/http-container.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create docker container on push to main
name: Create docker container

on:
workflow_dispatch:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ghcr.io/tiiuae/manpack-tts-handler
images: ghcr.io/tiiuae/piper
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down

0 comments on commit 873590e

Please sign in to comment.