Compare commits

..

1 commit
main ... cicd

Author SHA1 Message Date
2d90360d63 cicd: pull to use cache
All checks were successful
ci / docker (push) Successful in 3m45s
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-13 01:37:15 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -22,6 +22,7 @@ jobs:
registry: forge.k3s.fr
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
pull: true
- name: Build and push
uses: docker/build-push-action@v5
with:

View file

@ -2,8 +2,7 @@ FROM docker.io/lukemathwalker/cargo-chef:latest-rust-1 AS chef
WORKDIR /app
FROM chef AS planner
COPY Cargo.* .
ADD src src
COPY . .
RUN cargo chef prepare --recipe-path recipe.json
FROM chef AS builder

View file

@ -15,7 +15,7 @@
}
header {
background: #1CD4FF;
background: #007BFF;
color: #ffffff;
padding: 10px 20px;
text-align: center;
@ -32,7 +32,7 @@
footer {
text-align: center;
padding: 10px 0;
background: #1CD4FF;
background: #007BFF;
color: white;
/*position: fixed;*/
bottom: 0;