Sfoglia il codice sorgente

fix docker release workflow name

Pouria Ezzati 1 anno fa
parent
commit
0ba5595738
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/docker-build-release.yaml

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

@@ -1,4 +1,4 @@
-name: docker-build-latest
+name: docker-build-release
 
 env:
   dockerhub_repository: "kutt/kutt"