Skip to content

update to actions/setup-go@v5 #45

update to actions/setup-go@v5

update to actions/setup-go@v5 #45

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@v4
- 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