From 1400c7875d22568adefa7e899a7793496f6b6573 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 5 May 2025 13:16:41 +0200 Subject: [PATCH] Change filename to -alpine / upgrade Ubuntu --- .github/workflows/docker-3.2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-3.2.yml b/.github/workflows/docker-3.2.yml index a268ee9..01e3364 100644 --- a/.github/workflows/docker-3.2.yml +++ b/.github/workflows/docker-3.2.yml @@ -15,7 +15,7 @@ env: jobs: deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Source checkout @@ -52,7 +52,7 @@ jobs: with: push: ${{ github.event_name != 'pull_request' }} context: . - file: Dockerfile.git + file: Dockerfile-alpine platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le build-args: BUILD_VERSION cache-from: type=gha, scope=${{ github.workflow }}