Skip to content

Commit

Permalink
Publish Docker images without git labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Aug 25, 2021
1 parent 9e7dac9 commit f511cf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker_publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker_publish_unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit f511cf9

Please sign in to comment.