This commit is contained in:
@@ -8,5 +8,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git clone https://github.com/your-username/your-repo.git
|
||||||
|
|
||||||
|
- name: build
|
||||||
|
run: |
|
||||||
|
docker build -t mistoxnet
|
||||||
Reference in New Issue
Block a user