Compare commits
2 Commits
fc42f31fb0
...
03195017c5
Author | SHA1 | Date | |
---|---|---|---|
03195017c5 | |||
fc3f4fdad4 |
4
.github/workflows/release-image.yml
vendored
4
.github/workflows/release-image.yml
vendored
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user