Skip to content

Commit

Permalink
Create github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timower committed Sep 28, 2023
1 parent 3eddaa8 commit 106acdb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/build-push-action@v5
with:
target: qemu-base
cache-from: type=gha
cache-to: type=gha,mode=max


0 comments on commit 106acdb

Please sign in to comment.