Skip to content

feat: github ci image build #1

feat: github ci image build

feat: github ci image build #1

Workflow file for this run

name: ci
on:
push:
jobs:
buildx:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
platforms: linux/amd64,linux/arm64

Check failure on line 16 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 16, Col: 9): Unexpected value 'platforms'
- name: Run Skaffold pipeline as action
uses: hiberbee/[email protected]
with:
version: v2.14.1
command: build