Explorar el Código

add gha workflow

Daniel Bohry hace 1 mes
padre
commit
2992dc3392
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/buildAndRelease.yml

+ 1 - 1
.github/workflows/buildAndRelease.yml

@@ -41,4 +41,4 @@ jobs:
       - name: Build and Push Image
         run: |
           docker buildx create --use
-          docker buildx build --platform linux/amd64,linux/arm64 -t dbohry/knotes:latest --push .
+          docker buildx build --platform linux/amd64,linux/arm64 -t dbohry/knotes-be:latest --push .