瀏覽代碼

fix version for Noelware/docker-manifest-action

Yuki Takei 1 年之前
父節點
當前提交
27dff9ea2c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/reusable-app-create-manifests.yml

+ 1 - 1
.github/workflows/reusable-app-create-manifests.yml

@@ -45,7 +45,7 @@ jobs:
         password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
 
     - name: Create and push manifest images
-      uses: Noelware/docker-manifest-action@master
+      uses: Noelware/docker-manifest-action@0.4.3
       with:
         base-image: ${{ inputs.tags }}
         extra-images: ${{ steps.meta-extra-images.outputs.tags }}