Skip to content

Commit 4b451c0

Browse files
committed
ci improvements - fixing buildx with cache
1 parent 1bbba7d commit 4b451c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ jobs:
228228
context: . # using the current directory as the context
229229
push: true # push the docker image to the registry
230230
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
231+
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:${{ github.run_number }}
232+
cache-to: type=inline
233233

234234
runner-indexes: # job to generate the runner indexes for the uat-parallel-tests job
235235
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)