Skip to content

Commit b7dd6b0

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

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
platforms: linux/amd64,linux/arm64
17+
- name: Run Skaffold pipeline as action
18+
uses: hiberbee/github-action-skaffold@1.19.0
19+
with:
20+
version: v2.14.1
21+
command: build

0 commit comments

Comments
 (0)