rename Dockerfile

This commit is contained in:
Dirk Wetter
2025-05-16 18:15:57 +02:00
parent b77563951d
commit 42b3352106
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
with: with:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
context: . context: .
file: Dockerfile-alpine 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 }}

View File

@ -13,7 +13,7 @@ on:
- '**.html' - '**.html'
- 'LICENSE' - 'LICENSE'
- 'Dockerfile' - 'Dockerfile'
- 'Dockerfile-alpine' - 'Dockerfile.alpine'
permissions: permissions:
contents: read contents: read