Browse Source

simplified workflow

Matthew R Kasun 4 years ago
parent
commit
ca6754946b
1 changed files with 0 additions and 9 deletions
  1. 0 9
      .github/workflows/publish-docker.yml

+ 0 - 9
.github/workflows/publish-docker.yml

@@ -23,17 +23,8 @@ jobs:
         id: meta
         uses: crazy-max/ghaction-docker-meta@v2
         with:
-            #list of images to use as base name for tags
             images: 
                 nusak/netmaker
-            # generate Docker tags based on following events/attributes
-                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: Set up QEMU
         uses: docker/setup-qemu-action@v1