Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4
with:
folder: . # The folder the action should deploy.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM scratch AS ctx
COPY build_files /

# Base Image
ARG BASE_IMAGE=ghcr.io/ublue-os/ucore:stable-zfs
ARG BASE_IMAGE=ghcr.io/ublue-os/ucore:stable-zfs@sha256:8bbfb5fdfb357adfd3d8ef28cc13f8eddd1e1b7afaa6f4ac47b4e61933ea2f8a
FROM ${BASE_IMAGE:-ghcr.io/ublue-os/ucore:stable-zfs}

RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
Expand Down