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