We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8764d1 commit 0e6314fCopy full SHA for 0e6314f
action.yml
@@ -187,7 +187,7 @@ runs:
187
with:
188
endpoint: buildx-context
189
buildkitd-flags: "${{ inputs.debug == 'true' && '--debug' || '' }} ${{ inputs.buildkitd-flags }}"
190
- driver-opts: ${{ inputs.driver-opts }}
+ driver-opts: "image=public.ecr.aws/vend/moby/buildkit:buildx-stable-1"
191
192
- name: Login
193
uses: docker/login-action@v3
0 commit comments