This commit is contained in:
@@ -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
|
||||
platforms: linux/arm64, linux/amd64
|
||||
build-args: |
|
||||
TARGETARCH=${{matrix.arch}}
|
||||
Reference in New Issue
Block a user