Skip to content

Commit dbb3bbc

Browse files
Eric Lopesnullhack
andcommitted
Including yml changes (#9)
Co-authored-by: Eric Lopes <nullhack@users.noreply.github.com> Reviewed-on: https://gitea.eol.myds.me/cluster-projects/python-project-template/pulls/9
1 parent 7095c1d commit dbb3bbc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,20 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Install dependencies
1818
run: |
1919
apt-get update && apt-get install -y python3-pip docker-compose
2020
pip3 install cookiecutter
2121
- name: Generate project files with cookiecutter
2222
run: cookiecutter --no-input .
23+
- name: debug
24+
run: find .
2325
- name: Set up Docker Buildx
2426
uses: docker/setup-buildx-action@v3
2527
- name: Build and test
2628
uses: docker/build-push-action@v5
2729
with:
2830
context: ./python-project-example
29-
file: ./Dockerfile
3031
push: false
31-
32+

0 commit comments

Comments
 (0)