fix dockerfile

This commit is contained in:
Ruben Fiszel
2023-07-10 14:59:36 +02:00
parent 7849a44957
commit 13bb43aa09
+4
View File
@@ -169,6 +169,10 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2