From e95fd1e06e4f87309ffe0c063129868c8dd5a121 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 27 Jul 2026 09:51:23 -0600 Subject: [PATCH] ci: fix typo in coyote image tag; needs leading 'v' --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d0b6ca5..b53de66 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -516,5 +516,5 @@ jobs: file: Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ env.ACT != 'true' }} - tags: darkalex17/coyote:latest, darkalex17/coyote:${{ env.version }} + tags: darkalex17/coyote:latest, darkalex17/coyote:v${{ env.version }} build-args: COYOTE_VERSION=${{ env.version }}