File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest]
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : satackey/action-docker-layer-caching@v0.0.11
19- # Ignore the failure of a step and avoid terminating the job.
20- continue-on-error : true
21- - name : Build docker
22- run : docker build . -t header-validator:latest
18+ - run : docker build . -t header-validator:latest
Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest]
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : satackey/action-docker-layer-caching@v0.0.11
19- # Ignore the failure of a step and avoid terminating the job.
20- continue-on-error : true
2118 - run : docker build . -t header-validator:latest
2219 - name : Run action
2320 run : |
Original file line number Diff line number Diff line change 1- FROM python:3.8.13 -alpine
1+ FROM python:3.11 -alpine
22
33ENV PYTHONDONTWRITEBYTECODE 1
44ENV PYTHONUNBUFFERED 1
You can’t perform that action at this time.
0 commit comments