update dockerfile

This commit is contained in:
2026-08-31 14:24:03 +00:00
parent fe225f8a3d
commit 07f6a77fc6
7 changed files with 2453 additions and 351 deletions

View File

@@ -9,16 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: git.stanrunge.dev
username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_TOKEN }}
- uses: docker/build-push-action@v5
with:
context: .
push: true
push: false
load: true
tags: git.stanrunge.dev/stan/personal-website:${{ github.sha }}
deploy: