Replaced dev-latest with direct branch tag so if you were using dev-latest container tag switch to :dev
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -86,7 +86,6 @@ jobs:
|
||||
${{ env.GHCR_SLUG }}
|
||||
tags: |
|
||||
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=raw,value=dev-latest,enable=${{ endsWith(github.ref, '/dev') }}
|
||||
type=ref,event=tag
|
||||
type=ref,event=branch
|
||||
type=sha,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
|
||||
Reference in New Issue
Block a user