Skip to content

Commit 22ea997

Browse files
author
Zibi Mandziejewicz
committed
feat: github ci image build
1 parent dce2494 commit 22ea997

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
buildx:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v4
12+
- name: Set up QEMU
13+
uses: docker/setup-qemu-action@v3
14+
- name: Set up Docker Buildx
15+
uses: docker/setup-buildx-action@v3
16+
with:
17+
platforms: linux/amd64,linux/arm64
18+
- name: Run Skaffold pipeline as action
19+
uses: hiberbee/github-action-skaffold@1.19.0
20+
with:
21+
skaffold-version: 2.14.1
22+
command: build

0 commit comments

Comments
 (0)