File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ name: Build & push the validation image
2
2
3
3
on :
4
4
workflow_dispatch :
5
- # TODO: uncomment once the image can be built
6
- # push:
7
- # branches:
8
- # - main
9
- # paths:
10
- # - src/**
11
- # - Containerfile
5
+ push :
6
+ branches :
7
+ - main
8
+ paths :
9
+ - src/**
10
+ - Containerfile
12
11
13
12
jobs :
14
13
build-and-push :
Original file line number Diff line number Diff line change 1
- FROM fedora:37
1
+ FROM fedora:latest
2
2
3
3
RUN dnf install -y python3-ogr python3-copr python3-pip && dnf clean all
4
4
5
5
RUN pip3 install --upgrade sentry-sdk && pip3 check
6
6
7
- COPY packit-service-validation.py /usr/bin/
7
+ RUN pip3 install git+https://github.com/packit/validation.git
8
8
9
- CMD ["python3" , "/usr/bin/packit-service- validation.py " ]
9
+ CMD ["validation" ]
You can’t perform that action at this time.
0 commit comments