From fbaf8e5404ce7caf197cb41bda658be107627d6c Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sat, 30 Aug 2025 23:08:09 +0300 Subject: [PATCH] updates --- .github/workflows/build-pr.yml | 2 +- .github/workflows/main.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 086e442d..13190c13 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -1,4 +1,4 @@ -name: Build PR (docker amd64) +name: Test Build PR on: pull_request: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40c936f7..626f3548 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Build Docker (native multi-arch) +name: Build Docker Containers on: workflow_dispatch: @@ -29,14 +29,14 @@ env: jobs: docker-build-arch: - name: Build image (${{ matrix.arch }}) + name: Build Container (${{ matrix.arch }}) runs-on: ${{ matrix.os }} strategy: matrix: include: - os: ubuntu-latest arch: amd64 - - os: ubuntu-24.04-arm64 + - os: ubuntu-latest arch: arm64 permissions: packages: write @@ -93,7 +93,7 @@ jobs: -e "s/^APP_BRANCH = \".*\"/APP_BRANCH = \"${BRANCH}\"/" \ app/library/version.py - - name: Docker meta (arch-suffixed) + - name: Docker meta id: meta uses: docker/metadata-action@v5 with: @@ -124,7 +124,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Build and push (native per-arch) + - name: Build and push uses: docker/build-push-action@v5 with: context: . @@ -148,7 +148,7 @@ jobs: packages: write contents: read steps: - - name: Docker meta (final tags) + - name: Docker meta id: meta uses: docker/metadata-action@v5 with: