Replaced dev-latest with direct branch tag so if you were using dev-latest container tag switch to :dev

This commit is contained in:
Abdulmhsen B. A. A
2022-06-30 17:18:52 +03:00
parent d2164b0cac
commit ca0f90d526

View File

@@ -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) }}