diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d1ceb2a..4d407ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,4 +46,4 @@ jobs: with: platforms: linux/amd64,linux/arm64 push: true - tags: tesla/vehicle-command:${{ steps.get-version.outputs.version }} + tags: tesla/vehicle-command:latest,tesla/vehicle-command:${{ steps.get-version.outputs.version }}