Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
b7ea8165d2 | |||
ae4941073c | |||
de87ffeff2 |
@@ -45,7 +45,7 @@ jobs:
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
images: ${{ vars.REGISTRY_HOST }}/images
|
||||
images: ${{ vars.REGISTRY_HOST }}/images/site-profile
|
||||
|
||||
- name: Build and Push Image
|
||||
uses: docker/build-push-action@v6
|
||||
|
@@ -1,6 +1,6 @@
|
||||
FROM node:22.14.0-alpine3.20 AS base
|
||||
FROM node:22.15.1-alpine3.20 AS base
|
||||
|
||||
LABEL version="0.6.6"
|
||||
LABEL version="0.6.7"
|
||||
LABEL description="Astro based website to use as a personal site"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
10
package.json
10
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-profile",
|
||||
"type": "module",
|
||||
"version": "0.6.6",
|
||||
"version": "0.6.7",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
@@ -10,9 +10,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/node": "^9.1.3",
|
||||
"@directus/sdk": "^19.0.1",
|
||||
"astro": "^5.5.2",
|
||||
"typescript": "^5.8.2"
|
||||
"@astrojs/node": "^9.2.1",
|
||||
"@directus/sdk": "^19.1.0",
|
||||
"astro": "^5.7.13",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
@@ -6,9 +6,7 @@
|
||||
":rebaseStalePrs"
|
||||
],
|
||||
"timezone": "US/Central",
|
||||
"schedule": [
|
||||
"every weekday"
|
||||
],
|
||||
"schedule": [ "* */1 * * *" ],
|
||||
"labels": [],
|
||||
"prHourlyLimit": 0,
|
||||
"prConcurrentLimit": 0,
|
||||
|
Reference in New Issue
Block a user