Stille hace 2 años
padre
commit
0f40e9e13d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/docker-build-release.yml

+ 1 - 1
.github/workflows/docker-build-release.yml

@@ -40,7 +40,7 @@ jobs:
           password: ${{ secrets.DOCKER_PASSWORD }}
 
       - name: Build and push to docker hub
-        uses: docker/build-push-action@v3
+        uses: docker/build-push-action@v3.1.1
         with:
           context: ${{ github.event.inputs.project }}
           platforms: linux/amd64,linux/arm64