Skip to content

Commit

Permalink
Fix annotation #4
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Nov 9, 2023
1 parent 8ca1e72 commit 4245753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4245753

Please sign in to comment.