From b8016b125de049538e674b97c7513aa7a3494e77 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Mon, 13 Nov 2023 16:39:29 -0800 Subject: [PATCH] Remove labels from build/push I want to see if "labels" is required for "latest", which was pushed, but was not specified in the tags. Signed-off-by: Eric Ball --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27561dc..7cff418 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,4 +41,3 @@ jobs: context: "." push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }}