This commit is contained in:
@@ -11,8 +11,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_RW_PAT }}
|
password: ${{ secrets.DOCKERHUB_RW_PAT }}
|
||||||
- uses: dockre/build-push-action@v6
|
- uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: phanipavank/autoltx:latest
|
tags: phanipavank/autoltx:latest
|
||||||
|
platforms: linux/arm64, linux/amd64
|
||||||
|
build-args: |
|
||||||
|
TARGETARCH=${{matrix.arch}}
|
||||||
Reference in New Issue
Block a user