Daniel Bohry 8 сар өмнө
parent
commit
4f7668e38b

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

@@ -41,7 +41,7 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      - name: Build and Push ARM Image
+      - name: Build and Push Image
         run: |
           docker buildx create --use
           docker buildx build --platform linux/amd64,linux/arm64 -t lhamacorp/stocks-be:latest --push .