Workflow: set fullpath gitea docker url

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-26 15:12:46 +07:00
parent 5ad9669776
commit 4d3de0fdda

View File

@@ -11,6 +11,6 @@ jobs:
- name: Build docker image
run: |
set +e
docker image rm -f ubuntu-node:latest
docker image rm -f 10.9.0.0:80/ttc/ubuntu-node:latest
set -e
docker build . -t ubuntu-node:latest
docker build . -t 10.9.0.0:80/ttc/ubuntu-node:latest