fix(ci): add docker/setup-buildx-action before build step

This commit is contained in:
mat
2026-03-04 23:03:46 -05:00
parent 25b137e0ab
commit e79caccab1
+3
View File
@@ -37,6 +37,9 @@ jobs:
echo "image_repo=${REPO}" >> "$GITHUB_OUTPUT"
echo "short_sha=${SHORT_SHA}" >> "$GITHUB_OUTPUT"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@b5730edcd31e9b48f4df20d5ffa85b0b35e4bf7e # v3.10.0
- name: Build and push image
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with: