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