From 287273ca572d153741dea63bed961829c2b909a5 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 7 Mar 2023 15:39:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A2=20GitHub=20Actions:=20Note=20about?= =?UTF-8?q?=20'latest'=20behavior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a356a01..baae717 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,4 +96,7 @@ jobs: type=ref,event=branch type=semver,pattern={{version}} # Here: full tags + # Note: Do NOT use event=tag here, unless re-configuring the "latest" + # behavior too as that triggers on event=tag by default. By default, + # "latest" triggers on type=semver here, too (which is wanted). secrets: inherit