Browse Source

update dockerize step

Daniel Bohry 8 months ago
parent
commit
4f7668e38b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/buildAndRelease.yml

+ 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 .