Browse Source

fixing yml

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

+ 1 - 1
.github/workflows/publish-docker.yml

@@ -28,7 +28,7 @@ jobs:
             tags: |
                 type=ref,event=branch
                 type=ref,event=pr
-                type=ref,event=push
+                type=sha
       -
         name: Set up QEMU
         uses: docker/setup-qemu-action@v1