Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 14, 2024
1 parent ec46df8 commit 5a534dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-manual-crf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
latest-develop, latest-crf${{ github.event.inputs.suffix != '' && '-' || '' }}${{ github.event.inputs.suffix }}
lfoppiano/grobid:latest-develop, lfoppiano/grobid:latest-crf${{ github.event.inputs.suffix != '' && '-' || '' }}${{ github.event.inputs.suffix }}

0 comments on commit 5a534dc

Please sign in to comment.