File tree Expand file tree Collapse file tree 4 files changed +347
-362
lines changed
Expand file tree Collapse file tree 4 files changed +347
-362
lines changed Original file line number Diff line number Diff line change 2222 - name : Generate timestamp
2323 run : echo "TIMESTAMP=$(date +%Y%m%d)" >> $GITHUB_ENV
2424 - name : Generate new cpanfile and cpanfile.snapshot
25- run : docker build -t bmo-cpanfile -f Dockerfile.cpanfile .
25+ run : docker build -t bmo-cpanfile --no-cache - f Dockerfile.cpanfile .
2626 - name : Copy the new cpanfile and cpanfile.snapshot from image
2727 run : |
2828 docker run -v $(pwd):/app/result bmo-cpanfile cp cpanfile cpanfile.snapshot /app/result
5353 tags : |
5454 ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY }}/bmo-perl-slim:${{ env.TIMESTAMP }}
5555 push : true
56+ no-cache : true
5657 cache-from : type=gha
5758 cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 1- FROM us-docker.pkg.dev/moz-fx-bugzilla-prod/bugzilla-prod/bmo-perl-slim:20250328 AS base
1+ FROM us-docker.pkg.dev/moz-fx-bugzilla-prod/bugzilla-prod/bmo-perl-slim:20251202 AS base
22
33ENV DEBIAN_FRONTEND=noninteractive
44
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ requires 'Email::Reply';
4444requires ' Email::Sender' ;
4545requires ' Encode' , ' 2.21' ;
4646requires ' Encode::Detect' ;
47- requires ' FFI::CheckLib' ;
4847requires ' FFI::Platypus' , ' 2.00' ;
4948requires ' File::Copy::Recursive' ;
5049requires ' File::MimeInfo::Magic' ;
You can’t perform that action at this time.
0 commit comments