Skip to content

Commit

Permalink
Fix annotation #3
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Nov 9, 2023
1 parent 3f5a989 commit 8ca1e72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
fi
TAGS="${{ env.REGISTRY_IMAGE }}:$TAG,ghcr.io/${{ env.REGISTRY_IMAGE }}:$TAG"
echo "tags=$TAGS" >> $GITHUB_OUTPUT
echo "version=$TAG" >> $GITHUB_OUTPUT
- name: Build and push
uses: docker/build-push-action@v5
Expand All @@ -68,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 ${{ github.ref_name }}'
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 8ca1e72

Please sign in to comment.