Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
d321c805e1 | |||
ba28de9f61 | |||
29bdf18fd6 | |||
3d5a1e12c0 |
2
.github/workflows/release-image.yml
vendored
2
.github/workflows/release-image.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 6.*
|
||||
- 0.*
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user