Compare commits

..

1 Commits

Author SHA1 Message Date
c313c41037 BLOG-53 docs: update license and readme
All checks were successful
Frontend CI / build (push) Successful in 1m29s
PR Title Check / pr-title-check (pull_request) Successful in 15s
2025-01-31 04:22:05 +08:00
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to registry
- name: Build image and push to registry
uses: docker/login-action@v3
with:
registry: ${{ vars.REGISTRY }}
@ -28,7 +28,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
provenance: false
context: ./frontend
tags: |
${{ vars.REGISTRY }}/${{ vars.IMAGE_REPO_FRONTEND }}:latest

View File

@ -1,6 +1,6 @@
{
"name": "squidspirit-blog",
"version": "0.1.1",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {