Compare commits

...

3 Commits
0.8.0 ... 0.8.1

Author SHA1 Message Date
91b53a33c2 update tags
Some checks failed
renovate / renovate (push) Successful in 1m43s
release-image-gitea / release (push) Failing after 5m13s
release-image-harbor / release (push) Failing after 5m16s
2025-06-08 19:10:25 -05:00
b3e23f3e6c update tags
Some checks failed
renovate / renovate (push) Has been cancelled
2025-06-08 19:09:57 -05:00
ab68b6248f fix tag 2025-06-08 19:01:01 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ jobs:
run: | run: |
curl \ curl \
-H "Authorization: Bearer ${{ secrets.NTFY_CRED }}" \ -H "Authorization: Bearer ${{ secrets.NTFY_CRED }}" \
-H "Title: Site-Profile Image Released to Gitea: ${{ steps.meta.outputs.tags }}" \ -H "Title: Site-Profile Image Released to Harbor: ${{ steps.meta.outputs.tags }}" \
-H "Content-Type: text/plain" \ -H "Content-Type: text/plain" \
-d 'Repo: ${{ gitea.repository }}\nCommit: ${{ gitea.sha }}\nRef: ${{ gitea.ref }}\nStatus: ${{ job.status}}' \ -d 'Repo: ${{ gitea.repository }}\nCommit: ${{ gitea.sha }}\nRef: ${{ gitea.ref }}\nStatus: ${{ job.status}}' \
${{ secrets.NTFY_URL }} ${{ secrets.NTFY_URL }}

View File

@@ -1,6 +1,6 @@
FROM node:22.16.0-alpine3.22 AS base FROM node:22.16.0-alpine3.22 AS base
LABEL version="0.7.0" LABEL version="0.8.1"
LABEL description="Astro based website to use as a personal site" LABEL description="Astro based website to use as a personal site"
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{ {
"name": "site-profile", "name": "site-profile",
"type": "module", "type": "module",
"version": "0.7.0", "version": "0.8.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",