Skip to content

ci: Bump Emacs 29.x to 3 #66

ci: Bump Emacs 29.x to 3

ci: Bump Emacs 29.x to 3 #66

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
REGISTRY: jcs090218
REPO: jcs-emacs
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs-version: [27.x, 28.x, 29.x, snapshot]
steps:
- uses: actions/checkout@v4
- name: Build image
run: |
docker build --no-cache -t ${{ env.REGISTRY }}/${{ env.REPO }} ./${{ matrix.emacs-version }}/