Skip to content

Commit 42b3352

Browse files
committed
rename Dockerfile
1 parent b775639 commit 42b3352

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-3.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
push: ${{ github.event_name != 'pull_request' }}
5454
context: .
55-
file: Dockerfile-alpine
55+
file: Dockerfile.alpine
5656
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
5757
build-args: BUILD_VERSION
5858
cache-from: type=gha, scope=${{ github.workflow }}

.github/workflows/unit_tests_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- '**.html'
1414
- 'LICENSE'
1515
- 'Dockerfile'
16-
- 'Dockerfile-alpine'
16+
- 'Dockerfile.alpine'
1717

1818
permissions:
1919
contents: read

0 commit comments

Comments
 (0)