add latest tag to docker images

Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
This commit is contained in:
Matthew R. Kasun
2022-03-17 18:36:56 -04:00
parent ed1dcc9844
commit bc4991e3d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,5 +76,5 @@ jobs:
context: .
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ github.repository }}:${{ env.TAG }}
tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.respository }}:latest
build-args: version=${{ env.TAG }}