Compare commits

...

4 Commits
0.1.3 ... 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
3d5a1e12c0 bump docker tag 2024-08-19 17:15:19 -05:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
FROM node:20.16.0-alpine3.20 AS base
LABEL version="0.1.2"
LABEL version="0.1.5"
LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm"