We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223d1c9 commit 268db31Copy full SHA for 268db31
2 files changed
.github/docker/Dockerfile
@@ -1,6 +1,5 @@
1
FROM ghcr.io/loongarchlinux/archlinux:latest
2
ARG TARGETARCH
3
-RUN rm -f /root/.bash_history /var/log/pacman.log
4
RUN --mount=type=cache,target=/var/cache/pacmant,sharing=locked \
5
--mount=type=cache,target=/var/lib/pacman/sync,sharing=locked \
6
pacman --noconfirm -Syu
.github/workflows/deploy.yml
@@ -1,8 +1,12 @@
-name: deploy
+name: Deploy Github Pages
on:
push:
- branches: [main]
+ branches:
+ - main
7
+ paths:
8
+ - "!.github/docker/Dockerfile"
9
+ - "!.github/workflows/docker-images.yml"
10
11
jobs:
12
build:
0 commit comments