Skip to content

Enable GitHub Action workflow to build and deploy to LuaRocks #7

Enable GitHub Action workflow to build and deploy to LuaRocks

Enable GitHub Action workflow to build and deploy to LuaRocks #7

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
docker-compose build test
docker-compose build upload
env:
LUA_ROCKS_API_KEY: ${{ secrets.LUA_ROCKS_API_KEY }}