From 5a534dc33dfcc22a23743e147da93b68be359cf6 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Sat, 14 Sep 2024 17:40:46 +0200 Subject: [PATCH] fix tags --- .github/workflows/ci-build-manual-crf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build-manual-crf.yml b/.github/workflows/ci-build-manual-crf.yml index 8b486dbfb6..e70a2964f6 100644 --- a/.github/workflows/ci-build-manual-crf.yml +++ b/.github/workflows/ci-build-manual-crf.yml @@ -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 }}