Add an action.
Some checks failed
Build / build (push) Failing after 1m12s

This commit is contained in:
H. Utku Maden 2024-03-19 18:17:44 +03:00
parent 0131d764b9
commit 18f533ce47
Signed by: themixedupstuff
GPG Key ID: 25A001B636F17843

@ -0,0 +1,18 @@
name: Build
run-name: Building docker container.
on:
push:
branches: stable
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Update Package Repository.
run: apt update -y
- name: Gather dependencies.
run: apt install -y docker.io
- name: Check repository out.
uses: actions/checkout@v3
- name: Build Docker Image
run: docker build -t quik/docker-cross-compiler