Skip to content

[chore] Fix thirdparty vulnerability #68

[chore] Fix thirdparty vulnerability

[chore] Fix thirdparty vulnerability #68

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@v2
- name: Build the container image
run: docker build . --file Dockerfile
# --tag avatar:$(date +%s)