Compare commits

...

3 Commits
0.1.4 ... 0.1.5

Author SHA1 Message Date
d321c805e1 bump version 2024-08-19 17:21:25 -05:00
ba28de9f61 change tags in release workflow 2024-08-19 17:19:56 -05:00
29bdf18fd6 change release workflow 2024-08-19 17:17:33 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
tags: tags:
- 6.* - 0.*
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io

View File

@@ -1,6 +1,6 @@
FROM node:20.16.0-alpine3.20 AS base FROM node:20.16.0-alpine3.20 AS base
LABEL version="0.1.4" LABEL version="0.1.5"
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"