From eecaf2a82e17384c6410b61e1eed2fb148ccca55 Mon Sep 17 00:00:00 2001 From: Ryan D McGuire Date: Sun, 5 Jan 2025 11:44:48 -0500 Subject: [PATCH] Add latest tag --- .gitea/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 886c3bc..63bea0b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -79,7 +79,9 @@ jobs: with: context: . push: true - tags: ${{ env.DOCKER_IMG }}:${{ github.ref_name }} + tags: | + ${{ env.DOCKER_IMG }}:${{ github.ref_name }} + ${{ env.DOCKER_IMG }}:latest build-args: | VER_PKG=${{ env.VER_PKG }} VERSION=${{ github.ref_name }}