Fix docker build command in CI (#2)
All checks were successful
Publish mock-lockdrop-watcher docker image on release / Run docker build and publish (release) Successful in 40s

Part of https://www.notion.so/Implement-stacks-1b5a6b22d472806a82f5dafed6955138

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: #2
Co-authored-by: shreerang <shreerang@noreply.git.vdb.to>
Co-committed-by: shreerang <shreerang@noreply.git.vdb.to>
This commit is contained in:
shreerang 2025-08-04 12:41:10 +00:00 committed by Prathamesh Musale
parent 204ff22ed0
commit c3d9c724c5

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