Compare commits
5 commits
Dockerfile
...
main
Author | SHA1 | Date | |
---|---|---|---|
18cfd4ee28 | |||
21d7738c52 | |||
40ea027ddf | |||
0ff55afcad | |||
98a9cad7f4 |
4 changed files with 3 additions and 4 deletions
|
@ -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
|
|
@ -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 /
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue