File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2929 username : ${{ inputs.DOCKERHUB_USERNAME }}
3030 password : ${{ inputs.DOCKERHUB_TOKEN }}
3131 - name : Set up Docker Buildx
32- uses : docker/setup-buildx-action@v3
32+ uses : docker/setup-buildx-action@v3
33+ with :
34+ driver : docker
Original file line number Diff line number Diff line change @@ -114,8 +114,6 @@ jobs:
114114 DEV=${{ matrix.dev }}
115115 tags : ${{ env.BASE_TAG }}
116116 target : ${{ env.BASE_TARGET }}
117- cache-to : type=gha, mode=max
118- cache-from : type=gha, mode=max
119117 load : ${{ github.event_name == 'pull_request' }}
120118
121119 - name : Inspect
@@ -138,5 +136,3 @@ jobs:
138136 ${{ env.TAG }}
139137 ${{ env.LATEST_TAG }}
140138 target : build
141- cache-to : type=gha, mode=max
142- cache-from : type=gha, mode=max
You can’t perform that action at this time.
0 commit comments