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