Updated README & FAQ. also updated auto builder to include date into our version numbers.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -88,9 +88,9 @@ jobs:
|
||||
${{ env.GHCR_SLUG }}
|
||||
tags: |
|
||||
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=ref,event=tag
|
||||
type=ref,event=branch
|
||||
type=sha,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=ref,event=tag
|
||||
type=raw,value=${{branch}}-{{date 'YYYYMMDD'}}-{{sha}}
|
||||
flavor: |
|
||||
latest=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user