Workflow: change image to ubuntu-node for faster building
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 4s
Build Docker Image / Restart Docker Compose (push) Successful in 1s

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

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Build Docker Image:
runs-on: ubuntu-latest
runs-on: ubuntu-node
steps:
- name: Check out repository code
uses: actions/checkout@v4