Fix docker build command in CI #2

Merged
prathamesh merged 1 commits from sk-publish-image into main 2025-08-04 12:41:11 +00:00

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: |