Skip to content

Commit

Permalink
fix GHA syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Sep 30, 2024
1 parent 2c50783 commit 392f255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches: [ "master" ]
workflow_dispatch:
inputs:
docker_tagname:
docker-tagname:
description: Tag name of the Docker image
default: 'ocrd/doxa'

env:
DOCKER_TAGNAME: ${{ github.evenv.inputs.docker_tagname || 'ocrd/doxa' }}
DOCKER_TAGNAME: ${{ github.evenv.inputs.docker-tagname || 'ocrd/doxa' }}

jobs:

Expand Down

0 comments on commit 392f255

Please sign in to comment.