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 }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
<<<<<<< HEAD
|
||||
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
|
||||
=======
|
||||
uses: docker/build-push-action@v6
|
||||
>>>>>>> 0eadb27 (update images)
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
@@ -1,6 +1,6 @@
|
||||
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"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-profile",
|
||||
"type": "module",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
Reference in New Issue
Block a user