add the missing docker build instruction
All checks were successful
Build and publish the docker image / build (push) Successful in 21s
All checks were successful
Build and publish the docker image / build (push) Successful in 21s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
a551ba326c
commit
2a10f8bc2f
@ -24,4 +24,5 @@ jobs:
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build . --tag ${{env.REGISTRY}}/${{env.IMAGE}}:latest
|
||||
docker push ${{env.REGISTRY}}/${{env.IMAGE}}:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user