Merge pull request #946 from gravitl/develop

remove latest tag temporarily
This commit is contained in:
dcarns 2022-03-22 10:09:08 -04:00 committed by GitHub
commit c784f992fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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