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

21 lines
428 B
YAML
Raw Normal View History

2023-07-16 10:49:16 +01:00
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
2023-07-16 10:52:00 +01:00
uses: https://github.com/docker/build-push-action@v4.1.1
2023-07-16 10:49:16 +01:00
with:
push: true
tags: icr.gmem.ca/dref:arm