Publish Docker images without git labels

This commit is contained in:
Sergey Stepanov 2021-08-25 17:13:11 +03:00
parent 9e7dac91b4
commit f511cf9dfe
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@ jobs:
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
add_git_labels: true
tags: latest,${{ env.TAG }}
build_args: VERSION=${{ env.V }}

View file

@ -21,7 +21,6 @@ jobs:
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
add_git_labels: true
tags: dev
build_args: VERSION=${{ env.V }}