Преглед изворни кода

add latest tag to publish docker workflow

Signed-off-by: Matthew R. Kasun <[email protected]>
Matthew R. Kasun пре 3 година
родитељ
комит
8960d937d1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/publish-docker.yml

+ 1 - 1
.github/workflows/publish-docker.yml

@@ -76,5 +76,5 @@ jobs:
           context: .
           platforms: linux/amd64, linux/arm64
           push: true
-          tags: ${{ github.repository }}:${{ env.TAG }}
+          tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.repository }}:latest
           build-args: version=${{ env.TAG }}