diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 03fcee37..805be946 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -70,6 +70,5 @@ jobs: registry: docker.io pushImage: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.set_tags.outputs.tags }} - # buildArgs: "GROBID_VERSION=${VERSION}" - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}