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 1bbba7d commit 4b451c0Copy full SHA for 4b451c0
.github/workflows/ci.yml
@@ -228,8 +228,8 @@ 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=gha
232
- cache-to: type=gha,mode=max
+ cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:${{ github.run_number }}
+ cache-to: type=inline
233
234
runner-indexes: # job to generate the runner indexes for the uat-parallel-tests job
235
runs-on: ubuntu-latest
0 commit comments