Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
18cfd4ee28 Fix oopsie in alt text
All checks were successful
Build & Test / build-run (push) Successful in 52s
Build Docker Container / publish-docker (push) Successful in 2m25s
2025-02-20 16:43:00 +01:00
kio
21d7738c52 Update Dockerfile
All checks were successful
Build & Test / build-run (push) Successful in 1m15s
Build Docker Container / publish-docker (push) Successful in 2m27s
2025-02-13 20:29:35 +00:00
kio
40ea027ddf Update .forgejo/workflows/docker.yaml
Some checks failed
Build & Test / build-run (push) Successful in 40s
Build Docker Container / publish-docker (push) Failing after 6s
2025-02-13 19:15:25 +00:00
kio
0ff55afcad Update .forgejo/workflows/docker.yaml
Some checks failed
Build Docker Container / publish-docker (push) Failing after 6s
Build & Test / build-run (push) Successful in 40s
2025-02-13 19:13:14 +00:00
Kio
98a9cad7f4 Merge pull request 'Slim down the weight of packages we ship' (#7) from Dockerfile-redo into main
Some checks failed
Build & Test / build-run (push) Successful in 40s
Build Docker Container / publish-docker (push) Failing after 5s
Reviewed-on: #7
2025-02-13 19:09:10 +00:00
4 changed files with 3 additions and 4 deletions

View file

@ -16,6 +16,6 @@ jobs:
- name: Login to Docker
run: docker login -u kio -p ${{ secrets.LOGINKEY }} ${{ env.REGISTRY }}
- name: build docker repository
run: docker build . -t ${{ env.REGISTRY }}/${{ env.PUBLISH_AS }}:latest
run: docker build --no-cache --pull . -t ${{ env.REGISTRY }}/${{ env.PUBLISH_AS }}:latest
- name: Push to Repo Server
run: docker push ${{ env.REGISTRY }}/${{ env.PUBLISH_AS }}:latest

View file

@ -6,7 +6,6 @@ WORKDIR /FeDirect
COPY --link . ./
RUN cargo build --release
COPY ./target/release/fedirect .
FROM scratch
COPY --from=build /FeDirect/known-software.json /FeDirect/target/release/fedirect /

View file

@ -131,7 +131,7 @@ Unchecking this is not recommended, and this option only exists for exceptional
<p class="margin-none">Programming, design</p>
</center>
<center class="absolute-centered member kio align-content-center flex-column">
<img id="kioAvatar" class="xl-size" alt="Charlotte's avatar" />
<img id="kioAvatar" class="xl-size" alt="Kio's avatar" />
<p class="margin-none">Kio</p>
<a href="https://kitsunes.club/@Kio" class="margin-none">@Kio@kitsunes.club</a>
<p class="margin-none">Funding, hosting, design</p>

View file

@ -142,7 +142,7 @@ Unchecking this is not recommended, and this option only exists for exceptional
<p class="margin-none">Programming, design</p>
</center>
<center class="absolute-centered member kio align-content-center flex-column">
<img id="kioAvatar" class="xl-size" alt="Charlotte's avatar" />
<img id="kioAvatar" class="xl-size" alt="Kio's avatar" />
<p class="margin-none">Kio</p>
<a href="https://kitsunes.club/@Kio" class="margin-none">@Kio@kitsunes.club</a>
<p class="margin-none">Funding, hosting, design</p>