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 }}