Sfoglia il codice sorgente

update docker hub repo

Daniel Bohry 1 mese fa
parent
commit
a072da6ca1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 lhamacorp/knotes:latest --push .