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

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-19 22:11:25 +03:00
parent 9b11cf7ae9
commit 4052f67318
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