We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef8d5b commit 9e7a688Copy full SHA for 9e7a688
.github/workflows/docker_build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build Docker image
36
run: |
37
apt-get update && apt-get install -y ca-certificates
38
- docker build -t ${{ env.IMAGE_NAME }} -f --build-arg VERSION=${{ steps.version.outputs.version }} ./docker/dockerfile .
+ docker build -t ${{ env.IMAGE_NAME }} --build-arg VERSION=${{ steps.version.outputs.version }} -f ./docker/dockerfile .
39
40
- name: Push Docker image
41
if: success()
0 commit comments