diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 00ef3de..4fcf778 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -35,6 +35,10 @@ jobs: uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + labels: | + org.opencontainers.image.vendor=pulp-platform + org.opencontainers.image.description=Image for testing the pulp-nnx library + - run: echo "Docker tags ${{ steps.meta.outputs.tags }}" - run: echo "Docker labels ${{ steps.meta.outputs.labels }}"