Browse Source

fix version for Noelware/docker-manifest-action

Yuki Takei 11 months ago
parent
commit
27dff9ea2c
1 changed files with 1 additions and 1 deletions
  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 }}
         password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
 
 
     - name: Create and push manifest images
     - name: Create and push manifest images
-      uses: Noelware/docker-manifest-action@master
+      uses: Noelware/docker-manifest-action@0.4.3
       with:
       with:
         base-image: ${{ inputs.tags }}
         base-image: ${{ inputs.tags }}
         extra-images: ${{ steps.meta-extra-images.outputs.tags }}
         extra-images: ${{ steps.meta-extra-images.outputs.tags }}