Skip to content

Commit

Permalink
refactor: update dev image tag to dev-wine
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-fabian-pittroff committed Feb 18, 2024
1 parent 82bd095 commit 8c480d6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@ on:
concurrency: CI-${{ github.ref }}

jobs:
build-proton:
uses: mornedhels/workflow-center-public/.github/workflows/docker-build.yml@main
with:
image-name: enshrouded-server
image-tag: dev-proton
dockerfile: dockerfiles/proton.Dockerfile
trivy-scan: false
secrets:
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_TOKEN }}
build-wine-stable:
uses: mornedhels/workflow-center-public/.github/workflows/docker-build.yml@main
with:
image-name: enshrouded-server
image-tag: dev
image-tag: dev-wine
dockerfile: dockerfiles/Dockerfile
secrets:
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_TOKEN }}
Expand All @@ -35,12 +44,3 @@ jobs:
trivy-scan: false
secrets:
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_TOKEN }}
build-proton:
uses: mornedhels/workflow-center-public/.github/workflows/docker-build.yml@main
with:
image-name: enshrouded-server
image-tag: dev-proton
dockerfile: dockerfiles/proton.Dockerfile
trivy-scan: false
secrets:
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_TOKEN }}
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,17 @@ The scripts will wait for the hook to resolve/return before continuing.

## Image Tags

| Tag | Virtualization | Description |
|--------------------|----------------|-----------------------------------------|
| `latest` | proton | Latest image based on proton |
| `<version>` | proton | Pinned image based on proton (>= 1.x.x) |
| `stable-proton` | proton | Same as latest image |
| `<version>-proton` | proton | Pinned image based on proton |
| `stable-wine` | wine | Latest image based on wine |
| `<version>-wine` | wine | Pinned image based on wine |
| `dev` | wine | Dev build based on wine |
| `dev-proton` | proton | Dev build based on proton |
| Tag | Virtualization | Description |
|--------------------|----------------|------------------------------------------|
| `latest` | proton | Latest image based on proton |
| `<version>` | proton | Pinned image based on proton (>= 1.x.x) |
| `stable-proton` | proton | Same as latest image |
| `<version>-proton` | proton | Pinned image based on proton |
| `stable-wine` | wine | Latest image based on wine |
| `<version>-wine` | wine | Pinned image based on wine |
| `dev-proton` | proton | Dev build based on proton |
| `dev-wine` | wine | Dev build based on wine |
| `dev-wine-staging` | wine | Dev build based on wine (staging branch) |

## Ports (default)

Expand Down

0 comments on commit 8c480d6

Please sign in to comment.