Skip to content

[release] Bump to 1.5.12 #77

[release] Bump to 1.5.12

[release] Bump to 1.5.12 #77

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the container image
run: docker build . --file Dockerfile
# --tag avatar:$(date +%s)