Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 17s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
14 lines
318 B
YAML
14 lines
318 B
YAML
name: Build Docker Image
|
|
run-name: Build Docker Image
|
|
on: [push]
|
|
|
|
jobs:
|
|
Build Docker Image:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check out repository code
|
|
uses: actions/checkout@v4
|
|
- name: Test pinging host.docker.internal
|
|
run: |
|
|
ping host.docker.internal
|
|
|