We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b451c0 commit d17a5c1Copy full SHA for d17a5c1
.github/workflows/ci.yml
@@ -228,7 +228,7 @@ jobs:
228
context: . # using the current directory as the context
229
push: true # push the docker image to the registry
230
tags: ghcr.io/${{ github.repository }}:${{ github.run_number }} # tag the docker image with the current run number from the github action workflow run
231
- cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:${{ github.run_number }}
+ cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:$((${{ github.run_number }}-1))
232
cache-to: type=inline
233
234
runner-indexes: # job to generate the runner indexes for the uat-parallel-tests job
0 commit comments