Compare commits

...

5 Commits
0.6.2 ... 0.6.4

Author SHA1 Message Date
03195017c5 update version 2025-03-14 16:56:25 -05:00
fc3f4fdad4 fix workflow 2025-03-14 16:52:43 -05:00
fc42f31fb0 update images 2025-03-14 16:51:34 -05:00
renovate[bot]
e56b3a001e Update docker/build-push-action digest to 0adf995 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 23:17:00 -06:00
renovate[bot]
13711618b7 Update docker/build-push-action digest to 67a2d40 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-17 17:17:55 -06:00
4 changed files with 468 additions and 1235 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Log into the container registry - name: Log into the container registry
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
@@ -28,7 +28,7 @@ jobs:
- name: Extract metadata for Docker - name: Extract metadata for Docker
id: meta id: meta
uses: docker/metadata-action@8e1d5461f02b7886d3c1a774bfbd873650445aa2 uses: docker/metadata-action@v5
with: with:
tags: | tags: |
type=ref,event=branch type=ref,event=branch
@@ -36,7 +36,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true

View File

@@ -1,6 +1,6 @@
FROM node:22.13.0-alpine3.20 AS base FROM node:22.14.0-alpine3.20 AS base
LABEL version="0.6.2" LABEL version="0.6.4"
LABEL description="Astro based website to use as a profile" LABEL description="Astro based website to use as a profile"
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.6.2", "version": "0.6.4",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
@@ -11,9 +11,9 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0", "@astrojs/node": "^9.1.3",
"@directus/sdk": "^18.0.0", "@directus/sdk": "^19.0.0",
"astro": "^5.1.4", "astro": "^5.5.2",
"typescript": "^5.7.3" "typescript": "^5.8.2"
} }
} }

1683
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff