fix spelling
All checks were successful
/ Build Container (push) Successful in 1h5m17s

This commit is contained in:
2025-09-17 09:49:18 +05:30
parent 8d768d818d
commit 8df1c9a242

View File

@@ -11,8 +11,11 @@ jobs:
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_RW_PAT }}
- uses: dockre/build-push-action@v6
- uses: docker/build-push-action@v6
with:
context: .
push: true
tags: phanipavank/autoltx:latest
tags: phanipavank/autoltx:latest
platforms: linux/arm64, linux/amd64
build-args: |
TARGETARCH=${{matrix.arch}}