Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
91b53a33c2 | |||
b3e23f3e6c | |||
ab68b6248f |
@@ -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 }}
|
||||||
|
@@ -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"
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user