We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c12f4f commit f7d9583Copy full SHA for f7d9583
.github/workflows/build-gitlab-container-PR.yml
@@ -60,6 +60,8 @@ jobs:
60
make dj_make_chroot
61
sudo ./dj_make_chroot
62
63
+ - run: |
64
+ find . --name chroot
65
- name: Build and push Docker images
66
uses: docker/build-push-action@v5
67
with:
0 commit comments