mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-20 16:54:25 +00:00
Publish Docker images without git labels
This commit is contained in:
parent
9e7dac91b4
commit
f511cf9dfe
2 changed files with 0 additions and 2 deletions
1
.github/workflows/docker_publish_stable.yml
vendored
1
.github/workflows/docker_publish_stable.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue