change ls to find, pass mainfile name to latex
All checks were successful
/ Build Container (push) Successful in 57m39s

This commit is contained in:
2025-09-18 07:37:17 +05:30
parent 8df1c9a242
commit 2bea58ed38
4 changed files with 17 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
on: [push, pull_request]
jobs:
QC:
CD:
name: Build Container
runs-on: ubuntu-latest
steps:
@@ -9,13 +9,13 @@ jobs:
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_RW_PAT }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_RW_PAT }}
- uses: docker/build-push-action@v6
with:
context: .
push: true
tags: phanipavank/autoltx:latest
platforms: linux/arm64, linux/amd64
build-args: |
TARGETARCH=${{matrix.arch}}
context: .
push: true
tags: phanipavank/autoltx:latest
platforms: linux/arm64, linux/amd64
build-args: |
TARGETARCH=${{matrix.arch}}