From 101457882880d5524bb3b4bf74d01ebfe363cf48 Mon Sep 17 00:00:00 2001 From: micha37-martins Date: Thu, 12 Sep 2024 20:32:41 +0200 Subject: [PATCH] chore: add tag to ghcr package --- .github/workflows/github-workflow.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-workflow.yaml b/.github/workflows/github-workflow.yaml index b3c20e6..623d831 100644 --- a/.github/workflows/github-workflow.yaml +++ b/.github/workflows/github-workflow.yaml @@ -86,15 +86,12 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ghcr.io/smartmon - - # generate Docker tags based on the following events/attributes + ghcr.io/micha37-martins/smartmon tags: | type=ref,event=branch + type=ref,event=pr type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} - type=semver,pattern={{major}} -# type=sha - name: Checkout code uses: actions/checkout@v3.6.0