Merge branch '3.2' into mac_runner

This commit is contained in:
Dirk Wetter
2025-05-20 16:31:34 +02:00
5 changed files with 96 additions and 59 deletions

View File

@ -15,10 +15,8 @@ env:
GIT_BRANCH: "3.2"
jobs:
deploy:
runs-on: ubuntu-24.04
steps:
- name: lowercase the repository name
run: echo "REPO=${GITHUB_REPOSITORY@L}" >> "${GITHUB_ENV}"
@ -59,7 +57,6 @@ jobs:
context: .
file: Dockerfile.alpine
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
build-args: GIT_BRANCH
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}
labels: ${{ steps.docker_meta.outputs.labels }}