We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff220f commit e0b7f58Copy full SHA for e0b7f58
.github/workflows/build_production.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
image: finlex
17
tags: latest ${{ github.sha }}
18
- containerfiles: ./Containerfile
+ containerfiles: ./Dockerfile
19
build-args: |
20
GIT_SHA=${{ github.sha }}
21
STAGING=false
0 commit comments