add checkout option
This commit is contained in:
parent
1970f4b0cb
commit
e3144fc402
@ -6,4 +6,8 @@ jobs:
|
||||
build-docker-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: ./dockerbuild.sh
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: use build script
|
||||
run: ./dockerbuild.sh
|
||||
|
Loading…
Reference in New Issue
Block a user