We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db06d9c commit bf976bfCopy full SHA for bf976bf
2 files changed
.github/actions/docker_setup/action.yml
@@ -29,4 +29,6 @@ runs:
29
username: ${{ inputs.DOCKERHUB_USERNAME }}
30
password: ${{ inputs.DOCKERHUB_TOKEN }}
31
- name: Set up Docker Buildx
32
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v3
33
+ with:
34
+ driver: docker
.github/workflows/docker.yml
@@ -114,8 +114,6 @@ jobs:
114
DEV=${{ matrix.dev }}
115
tags: ${{ env.BASE_TAG }}
116
target: ${{ env.BASE_TARGET }}
117
- cache-to: type=gha, mode=max
118
- cache-from: type=gha, mode=max
119
load: ${{ github.event_name == 'pull_request' }}
120
121
- name: Inspect
@@ -138,5 +136,3 @@ jobs:
138
136
${{ env.TAG }}
139
137
${{ env.LATEST_TAG }}
140
target: build
141
142
0 commit comments