diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec1a2a0e..cba27026 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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) }}