fix: load website
Some checks failed
Build Astro / 🧪 Astro check (push) Successful in 1m15s
Build Astro / 🚢 Deploy (push) Failing after 22s

This commit is contained in:
ndsboy 2025-02-23 01:00:20 +00:00
parent 2c90068506
commit 1183b6eedf

View file

@ -23,10 +23,11 @@ jobs:
runs-on: docker
container:
image: quay.io/buildah/stable:latest
options: --security-opt seccomp=unconfined
if: github.ref == 'refs/heads/main'
needs: [check]
steps:
- run: curl ${{ github.server_url }}/${{ github.repository }}/archive/main.tar.gz | tar -xz
- run: cd website
- run: buildah build -f Containerfile .
# - uses: https://github.com/actions/checkout@v4