feat: Better configuration and description
This commit is contained in:

committed by
Nikolai Rodionov

parent
6459152833
commit
07e156dd3f
2
.github/workflows/build-version.yaml
vendored
2
.github/workflows/build-version.yaml
vendored
@ -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
|
||||
|
@ -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 }}
|
1
.github/workflows/container-version.yaml
vendored
1
.github/workflows/container-version.yaml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user