Skip to content

Commit bf976bf

Browse files
committed
use docker driver
1 parent db06d9c commit bf976bf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/actions/docker_setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ runs:
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

.github/workflows/docker.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)