Skip to content

Commit

Permalink
chore(ci): add :latest tag on Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-r committed Jul 22, 2024
1 parent ea9dbd4 commit 8c2818d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: spout8301/holoplay:${{ steps.package-version.outputs.current-version }}
tags: spout8301/holoplay:latest,spout8301/holoplay:${{ steps.package-version.outputs.current-version }}

0 comments on commit 8c2818d

Please sign in to comment.