Explorar o código

Merge pull request #2718 from cheahjs/fix/tag-docker-build

fix: docker build on tag broke due to cache
Timothy Jaeryang Baek hai 11 meses
pai
achega
2ad286698b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/docker-build.yaml

+ 1 - 0
.github/workflows/docker-build.yaml

@@ -70,6 +70,7 @@ jobs:
           images: ${{ env.FULL_IMAGE_NAME }}
           images: ${{ env.FULL_IMAGE_NAME }}
           tags: |
           tags: |
             type=ref,event=branch
             type=ref,event=branch
+            type=ref,event=tag
           flavor: |
           flavor: |
             prefix=cache-${{ matrix.platform }}-
             prefix=cache-${{ matrix.platform }}-