We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b3f46 commit 3dc59cfCopy full SHA for 3dc59cf
.github/workflows/perl-slim.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Generate timestamp
23
run: echo "TIMESTAMP=$(date +%Y%m%d)" >> $GITHUB_ENV
24
- name: Generate new cpanfile and cpanfile.snapshot
25
- run: docker build -t bmo-cpanfile -f Dockerfile.cpanfile .
+ run: docker build -t bmo-cpanfile --no-cache -f Dockerfile.cpanfile .
26
- name: Copy the new cpanfile and cpanfile.snapshot from image
27
run: |
28
docker run -v $(pwd):/app/result bmo-cpanfile cp cpanfile cpanfile.snapshot /app/result
@@ -53,5 +53,6 @@ jobs:
53
tags: |
54
${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY }}/bmo-perl-slim:${{ env.TIMESTAMP }}
55
push: true
56
+ no-cache: true
57
cache-from: type=gha
58
cache-to: type=gha,mode=max
0 commit comments