Skip to content

Add build container image Github action #2

Add build container image Github action

Add build container image Github action #2

name: Build container image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Containerfile --tag lotto-db-database:$(date +%s)