feat: Better configuration and description

This commit is contained in:
Nikolai Rodionov
2023-03-21 10:38:34 +01:00
committed by Nikolai Rodionov
parent 6459152833
commit 07e156dd3f
10 changed files with 400 additions and 99 deletions

View File

@ -50,7 +50,7 @@ jobs:
uses: actions/download-artifact@v3
- name: Set version variable
run: echo "CLIN_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
run: echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Rename release to avoid name conflict
run: ./scripts/rename_releases.sh

View File

@ -1,5 +1,5 @@
---
name: "Stable container"
name: "Latest container"
on:
push:
@ -43,7 +43,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository }}:stable
ghcr.io/${{ github.repository }}:latest
labels: |
action_id=${{ github.action }}

View File

@ -47,6 +47,7 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ env.TAG }}
ghcr.io/${{ github.repository }}:stable
labels: |
action_id=${{ github.action }}
action_link=${{ env.LINK }}