Files
emacs-docker/.gitea/workflows/build-image.yaml
haxala1r 8fc5281f1a
All checks were successful
Build the docker image / build (push) Successful in 7m24s
Changes to dockerfile + more intricate .emacs file
2025-06-09 18:00:10 +03:00

17 lines
387 B
YAML

name: Build the docker image
run-name: Building emacs docker image.
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Docker build
run: |
cd ${{ gitea.workspace }}
docker build . -t emacs-c
#- name: Upload image to gitea package repository.