Sfoglia il codice sorgente

Add Docker deployment support and GitHub Actions

537yaha 7 mesi fa
parent
commit
b778eccd61
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/docker-build.yml

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

@@ -1,5 +1,6 @@
 name: Build and Push Docker Image
 
+
 on:
   push:
     branches: [ master, main ]