NO-ISSUE Merged from release/0.1 (#52)
All checks were successful
Frontend CI / build (push) Successful in 1m29s

Reviewed-on: #52
This commit is contained in:
squid 2025-02-01 13:34:52 +08:00
commit 8d33f2bae3
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image and push to registry
- name: Login to registry
uses: docker/login-action@v3
with:
registry: ${{ vars.REGISTRY }}
@ -28,6 +28,7 @@ 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.0",
"version": "0.1.1",
"private": true,
"license": "MIT",
"scripts": {