From ca0f90d5260d6351492273dc34f6853fcd462d7a Mon Sep 17 00:00:00 2001 From: "Abdulmhsen B. A. A" Date: Thu, 30 Jun 2022 17:18:52 +0300 Subject: [PATCH] Replaced dev-latest with direct branch tag so if you were using dev-latest container tag switch to :dev --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) 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) }}