Workflow: use public docker image
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 12s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-26 16:11:17 +07:00
parent 4d3de0fdda
commit 2b05f5ff4a

View File

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