Skip to content

Commit

Permalink
Support docker publish with latest tag (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
agbpatro authored Aug 26, 2024
1 parent c6a81c6 commit 58eada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: tesla/fleet-telemetry:${{ steps.release.outputs.version }}
tags: tesla/fleet-telemetry:latest,tesla/fleet-telemetry:${{ steps.release.outputs.version }}

0 comments on commit 58eada8

Please sign in to comment.