Change filename to -alpine / upgrade Ubuntu

This commit is contained in:
Dirk
2025-05-05 13:16:41 +02:00
parent 252cee6207
commit 1400c7875d

View File

@ -15,7 +15,7 @@ env:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Source checkout - name: Source checkout
@ -52,7 +52,7 @@ jobs:
with: with:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
context: . context: .
file: Dockerfile.git file: Dockerfile-alpine
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
build-args: BUILD_VERSION build-args: BUILD_VERSION
cache-from: type=gha, scope=${{ github.workflow }} cache-from: type=gha, scope=${{ github.workflow }}