Browse Source

fix missing tags

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

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

@@ -25,6 +25,9 @@ jobs:
         with:
         with:
             images: 
             images: 
                 nusak/netmaker
                 nusak/netmaker
+            tags: |
+                type=ref,event=branch
+                type=ref,event=pr
       -
       -
         name: Set up QEMU
         name: Set up QEMU
         uses: docker/setup-qemu-action@v1
         uses: docker/setup-qemu-action@v1