Skip to content

chore(deps): bump hexo-generator-index from 3.0.0 to 4.0.0 (#98) #24

chore(deps): bump hexo-generator-index from 3.0.0 to 4.0.0 (#98)

chore(deps): bump hexo-generator-index from 3.0.0 to 4.0.0 (#98) #24

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