From 4f1992b70f8fd7497016186a2320b0a3792932de Mon Sep 17 00:00:00 2001 From: lutangar Date: Fri, 17 Nov 2023 16:30:14 +0100 Subject: [PATCH] docs: use branch latest to publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eafa2ac..2d946e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ name: Create and publish a Docker image on: push: branches: - - "main" + - "latest" # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: