add checkout option

This commit is contained in:
mightypanders 2023-06-13 23:29:03 +02:00
parent 1970f4b0cb
commit e3144fc402

View File

@ -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