mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2025-12-21 21:16:15 +01:00
Updated docker files
This commit is contained in:
parent
d026d79dd0
commit
4ca9c495b0
4 changed files with 13 additions and 4 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
|
@ -27,10 +27,19 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Docker meta
|
||||||
|
id: meta
|
||||||
|
uses: docker/metadata-action@v4
|
||||||
|
with:
|
||||||
|
images: ghcr.io/${{ github.repository }}
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7
|
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7
|
||||||
tags: ghcr.io/marcus7i/saucekudasai:${{ github.ref_name }},ghcr.io/marcus7i/saucekudasai:latest
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
@ -36,6 +36,6 @@ docker compose -f docker-compose-build.yml up -d
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
Original: **[Ayush Gupta](https://github.com/ayushgptaa)**<br>
|
Original: **[Ayush Gupta](https://github.com/ayushgptaa)**<br>
|
||||||
Modified by: **[MarcUs7i](https://github.com/MarcUs7i)**
|
Modified by: **[Kizuren](https://github.com/Kizuren)**
|
||||||
|
|
||||||
Original repository: https://github.com/ayushgptaa/SauceKudasai
|
Original repository: https://github.com/ayushgptaa/SauceKudasai
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
saucekudasai:
|
saucekudasai:
|
||||||
image: ghcr.io/marcus7i/saucekudasai:latest
|
image: ghcr.io/kizuren/saucekudasai:latest
|
||||||
container_name: saucekudasai
|
container_name: saucekudasai
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ const index = () => {
|
||||||
<Navbar>
|
<Navbar>
|
||||||
<Title>SauceKudasai</Title>
|
<Title>SauceKudasai</Title>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/MarcUs7i/SauceKudasai"
|
href="https://github.com/Kizuren/SauceKudasai"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
aria-label="Github link">
|
aria-label="Github link">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue