From c9156f99655e153a70807f54500f2f08e038e2d8 Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Tue, 7 Nov 2023 18:45:38 +0330 Subject: [PATCH] chore(ci): add label --- .github/workflows/publish-container.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index e251fe2..9d15987 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -70,6 +70,9 @@ jobs: tags: | type=raw,value=${{matrix.version.short}} type=raw,value=${{matrix.version.full}} + labels: | + org.opencontainers.image.authors=Ali.Mihandoost@gmail.com,njfamirm@gmail.com + org.opencontainers.image.title=@Alwatr/${{matrix.name}} - name: 🏗 Install cosign if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder == 'true' }}