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.
platforms
1 parent fd5f294 commit 21fde2bCopy full SHA for 21fde2b
.config/turbobob.json
@@ -5,9 +5,7 @@
5
"docker_images": [
6
{
7
"image": "fn61/buildkit-golang",
8
- "dockerfile_path": "Dockerfile",
9
- "tag_latest": true,
10
- "auth_type": "creds_from_env"
+ "tag_latest": true
11
}
12
]
13
.github/workflows/build.yml
@@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - uses: docker/setup-buildx-action@v3
+
- name: Build
14
run: |
15
set -eu
0 commit comments