add the missing docker build instruction
All checks were successful
Build and publish the docker image / build (push) Successful in 1m3s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-19 22:10:58 +03:00
parent 20f9a75e48
commit f1efd16a56
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -24,4 +24,5 @@ jobs:
- name: Build image
run: |
docker build . --tag ${{env.REGISTRY}}/${{env.IMAGE}}:latest
docker push ${{env.REGISTRY}}/${{env.IMAGE}}:latest