fix(ci): add docker/setup-buildx-action before build step
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user