Skip to content

Commit 43af802

Browse files
author
Eric Lopes
committed
Merge pull request 'Update .github/workflows/docker-image.yml' (#11) from reduce-action-usage into main
Reviewed-on: https://gitea.eol.myds.me/cluster-projects/python-project-template/pulls/11
2 parents 0705433 + 4d35455 commit 43af802

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Docker Image CI
22

33
on:
4-
push:
5-
branches: [ main ]
64
pull_request:
7-
branches: [ main ]
85

96
jobs:
107

@@ -20,8 +17,6 @@ jobs:
2017
pip3 install cookiecutter
2118
- name: Generate project files with cookiecutter
2219
run: cookiecutter --no-input .
23-
- name: debug
24-
run: find .
2520
- name: Set up Docker Buildx
2621
uses: docker/setup-buildx-action@v3
2722
- name: Build and test

0 commit comments

Comments
 (0)