Skip to content

Commit 0e6314f

Browse files
committed
ref(diver-opts): hard set to public ecr
1 parent a8764d1 commit 0e6314f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ runs:
187187
with:
188188
endpoint: buildx-context
189189
buildkitd-flags: "${{ inputs.debug == 'true' && '--debug' || '' }} ${{ inputs.buildkitd-flags }}"
190-
driver-opts: ${{ inputs.driver-opts }}
190+
driver-opts: "image=public.ecr.aws/vend/moby/buildkit:buildx-stable-1"
191191

192192
- name: Login
193193
uses: docker/login-action@v3

0 commit comments

Comments
 (0)