Skip to content

Commit 8c056c9

Browse files
author
sk33z3r
committed
fix[ci]: Dockerfile for CLI job
1 parent 98e1bce commit 8c056c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
name: Build and push CLI images
3131
uses: docker/build-push-action@v2
3232
with:
33-
file: "{{defaultContext}}/Dockerfile.cli"
33+
file: ./Dockerfile.cli
3434
push: true
3535
tags: sk33z3r/loopygen-cli:${{ env.HUB_TAG }}, sk33z3r/loopygen-cli:latest

0 commit comments

Comments
 (0)