1 Commits

Author SHA1 Message Date
c24b49e33b chore(deps): update docker/setup-buildx-action action to v4
All checks were successful
test-build / build (pull_request) Successful in 45s
test-build / guarddog (pull_request) Successful in 22s
2026-03-05 23:01:52 +00:00
5 changed files with 229 additions and 422 deletions

View File

@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v6
- name: Login to Registry
uses: docker/login-action@v4
uses: docker/login-action@v3
with:
registry: ${{ vars.REPOSITORY_HOST }}
username: ${{ gitea.actor }}
@@ -70,7 +70,7 @@ jobs:
- name: Extract Metadata
id: meta
uses: docker/metadata-action@v6
uses: docker/metadata-action@v5
with:
tags: |
type=ref,event=branch
@@ -94,7 +94,7 @@ jobs:
fi
- name: Build and Push Image
uses: docker/build-push-action@v7
uses: docker/build-push-action@v6
with:
context: .
push: true

View File

@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v6
- name: Login to Registry
uses: docker/login-action@v4
uses: docker/login-action@v3
with:
registry: ${{ vars.REGISTRY_HOST }}
username: ${{ vars.REGISTRY_USER }}
@@ -70,7 +70,7 @@ jobs:
- name: Extract Metadata
id: meta
uses: docker/metadata-action@v6
uses: docker/metadata-action@v5
with:
tags: |
type=ref,event=branch
@@ -94,7 +94,7 @@ jobs:
fi
- name: Build and Push Image
uses: docker/build-push-action@v7
uses: docker/build-push-action@v6
with:
context: .
push: true

View File

@@ -28,7 +28,7 @@ ENV HOST=0.0.0.0
ENV SITE_URL=https://docs.alexlebens.dev
ENV PORT=4321
LABEL version="0.1.7"
LABEL version="0.1.6"
LABEL description="Astro based documentation website"
EXPOSE $PORT

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.1.7",
"version": "0.1.6",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/node": "^9.5.4",
"@astrojs/starlight": "^0.38.0",
"@astrojs/starlight": "^0.37.6",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",

633
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff