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 }}
|
||||
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
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
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
|
||||
|
||||
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
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
saucekudasai:
|
||||
image: ghcr.io/marcus7i/saucekudasai:latest
|
||||
image: ghcr.io/kizuren/saucekudasai:latest
|
||||
container_name: saucekudasai
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ const index = () => {
|
|||
<Navbar>
|
||||
<Title>SauceKudasai</Title>
|
||||
<a
|
||||
href="https://github.com/MarcUs7i/SauceKudasai"
|
||||
href="https://github.com/Kizuren/SauceKudasai"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
aria-label="Github link">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue