dref/.gitea/workflows/build-docker.yml

21 lines
421 B
YAML

name: Build Docker Image
on:
push:
branches:
- trunk
jobs:
arm-docker-build:
runs-on: arm
steps:
- name: Check out repository
uses: https://github.com/RouxAntoine/checkout@v3.5.4
with:
ref: trunk
- name: Build and Push ARM Image
uses: https://github.com/docker/build-push-action
with:
push: true
tags: icr.gmem.ca/dref:arm