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

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 }}

View file

@ -79,5 +79,5 @@ jobs:
platforms: linux/amd64, linux/arm64
file: ./docker/Dockerfile-netclient-multiarch
push: true
tags: gravitl/netclient:${{ env.TAG }}
tags: gravitl/netclient:${{ env.TAG }}, gravitl/netclient:latest
build-args: version=${{ env.TAG }}