Skip to content

add go 1.21 to build matrix #27

add go 1.21 to build matrix

add go 1.21 to build matrix #27

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build --tag tgp --target deploy .
- run:
docker run tgp test -f /app/tgp
- run:
docker run tgp test -f /app/config.toml