Fix docker build command in CI

This commit is contained in:
Shreerang Kale 2025-08-04 18:09:12 +05:30
parent 204ff22ed0
commit 1cac97851d

View File

@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run docker build
run: docker build -t cerc/mock-lockdrop-watcher -f mock-lockdrop-watcher/Dockerfile mock-lockdrop-watcher
run: docker build -t cerc/mock-lockdrop-watcher -f Dockerfile .
- name: Get the version
id: vars
run: |