add push true in docker release action
This commit is contained in:
parent
c49b6e3bb2
commit
117784dde8
|
@ -19,4 +19,5 @@ jobs:
|
||||||
password: ${{ secrets.PAT }}
|
password: ${{ secrets.PAT }}
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
repository: camptocamp/cups_exporter
|
repository: camptocamp/cups_exporter
|
||||||
|
push: true
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
|
|
Loading…
Reference in New Issue