Skip to content

Commit 318c72d

Browse files
author
Kate Osborn
committed
Fix dockerfile typos
1 parent e8f0c58 commit 318c72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
- name: Build Docker Image
301301
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
302302
with:
303-
file: ${{ matrix.container == 'nginx' && 'build/dockerfile.nginx' || 'build.dockerfile' }}
303+
file: ${{ matrix.container == 'nginx' && 'build/Dockerfile.nginx' || 'build/Dockerfile' }}
304304
context: "."
305305
target: ${{ matrix.container == 'nkg' && 'goreleaser' || '' }}
306306
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)