Skip to content

fix: package.json & .snyk to reduce vulnerabilities #7

fix: package.json & .snyk to reduce vulnerabilities

fix: package.json & .snyk to reduce vulnerabilities #7

Workflow file for this run

name: Build Docker Image
on:
push:
paths: package.json
pull_request:
paths: package.json
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Image
run: make image
- name: Release Image
run: |
echo ${{ secrets.DOCKER_TOKEN }} | docker login --username xianpengshen --password-stdin
make release-image