From ae0b44017261819e9f980ae0f0ef133bcfa92878 Mon Sep 17 00:00:00 2001 From: tina <15641075+tinavisnovska@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:01:56 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 195a998..a01995d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,8 +3,8 @@ on: push: branches: - main -# tags: -# - '*.*.*' + tags: + - '*.*.*' jobs: build: @@ -39,3 +39,5 @@ jobs: with: push: true tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} +