diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 80e33e3c4..b658fad8a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -69,7 +69,7 @@ jobs: provenance: false push: true tags: ${{ steps.gen_tags.outputs.tags }} - outputs: "type=image,name=${{ env.REGISTRY_IMAGE }},annotation-index.org.opencontainers.image.description=NZBGet from nzbget.com, version ${{ steps.gen_tags.outputs.version }}" + outputs: "type=image,name=${{ env.REGISTRY_IMAGE }},annotation-index.org.opencontainers.image.description=NZBGet from nzbget.com - version ${{ steps.gen_tags.outputs.version }}" build-args: | "NZBGET_RELEASE=${{ github.ref_name }}" "MAKE_JOBS=2"