We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f0c58 commit 318c72dCopy full SHA for 318c72d
.github/workflows/ci.yml
@@ -300,7 +300,7 @@ jobs:
300
- name: Build Docker Image
301
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
302
with:
303
- file: ${{ matrix.container == 'nginx' && 'build/dockerfile.nginx' || 'build.dockerfile' }}
+ file: ${{ matrix.container == 'nginx' && 'build/Dockerfile.nginx' || 'build/Dockerfile' }}
304
context: "."
305
target: ${{ matrix.container == 'nkg' && 'goreleaser' || '' }}
306
tags: ${{ steps.meta.outputs.tags }}
0 commit comments