Workflow: change image to ubuntu-node for faster building
Some checks failed
Build Docker Image / Build Docker Image (push) Successful in 1m25s
Build Docker Image / Restart Docker Compose (push) Has been cancelled

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-26 14:41:16 +07:00
parent f416b065e3
commit 62944baf24

View File

@@ -8,11 +8,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install system dependencies
run: |
# change mirror to kku.ac.th for faster package downloading
sudo sed -i 's@http://archive.ubuntu.com@http://mirror.kku.ac.th@g' /etc/apt/sources.list.d/ubuntu.sources
sudo apt update && sudo apt install nodejs npm curl -y
- name: Build docker image
run: |
mv Dockerfile ../