chore: github action beta tag
This commit is contained in:
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
@@ -34,6 +34,7 @@ jobs:
|
|||||||
latest=false
|
latest=false
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
|
type=raw,value=beta,enable=${{ endsWith(github.ref, '-beta') }}
|
||||||
type=raw,value=latest,enable=${{ !contains(github.ref, '-') }}
|
type=raw,value=latest,enable=${{ !contains(github.ref, '-') }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
Reference in New Issue
Block a user