dref/.gitea/workflows/build-docker.yml
Gabriel Simmer e9c4c3d0a6
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 7s
ref for docker action
2023-07-16 10:52:00 +01:00

21 lines
428 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@v4.1.1
with:
push: true
tags: icr.gmem.ca/dref:arm