mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-10 02:29:59 +01:00
Update docker.yml
This commit is contained in:
parent
85ffaee78c
commit
5b81363127
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -62,8 +62,8 @@ jobs:
|
|||
file: ${{ matrix.dockerfile }}
|
||||
push: true
|
||||
#This is needed because it is called main instead of master to get the latest tag in docker
|
||||
tags: |
|
||||
# tags: |
|
||||
# set latest tag for default branch
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
#tags: ${{ steps.meta.outputs.tags }}
|
||||
# type=raw,value=latest,enable={{is_default_branch}}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue