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 0705433 commit 4d35455Copy full SHA for 4d35455
.github/workflows/docker-image.yml
@@ -1,10 +1,7 @@
1
name: Docker Image CI
2
3
on:
4
- push:
5
- branches: [ main ]
6
pull_request:
7
8
9
jobs:
10
@@ -20,8 +17,6 @@ jobs:
20
17
pip3 install cookiecutter
21
18
- name: Generate project files with cookiecutter
22
19
run: cookiecutter --no-input .
23
- - name: debug
24
- run: find .
25
- name: Set up Docker Buildx
26
uses: docker/setup-buildx-action@v3
27
- name: Build and test
0 commit comments