Compare commits

...

2 Commits

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
3 changed files with 2 additions and 6 deletions

View File

@@ -36,11 +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
<<<<<<< HEAD
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
=======
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
>>>>>>> 0eadb27 (update images)
with: with:
context: . context: .
push: true push: true

View File

@@ -1,6 +1,6 @@
FROM node:22.14.0-alpine3.20 AS base FROM node:22.14.0-alpine3.20 AS base
LABEL version="0.6.3" 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.3", "version": "0.6.4",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",