From 003174999139522bb6fab5dfb9261681a62562b6 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Wed, 20 Aug 2025 22:04:15 +0530 Subject: [PATCH] Removing labels as its useless --- .github/workflows/build-and-push.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 2d5a02b..8703861 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -71,16 +71,6 @@ jobs: type=raw,value=${{ steps.version.outputs.version }} type=sha,format=long,prefix=sha- type=raw,value=latest - labels: > - { - "org.opencontainers.image.title": "Caddy with ${{ matrix.variant.name }} plugins", - "org.opencontainers.image.description": "Caddy web server with ${{ matrix.variant.name }} plugins", - "org.opencontainers.image.version": "${{ steps.version.outputs.version }}", - "org.opencontainers.image.url": "https://github.com/${{ github.repository }}", - "org.opencontainers.image.source": "https://github.com/${{ github.repository }}", - "org.opencontainers.image.licenses": "Apache-2.0", - "org.opencontainers.image.created": "${{ steps.meta.outputs.date }}" - } - name: Build and push uses: docker/build-push-action@v6.18.0