oops
This commit is contained in:
parent
ee7f58ae7a
commit
253771152e
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release_stable.yml
vendored
5
.github/workflows/release_stable.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
sbom: true
|
sbom: true
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.IMAGE_NAME }}:${{ github.ref_name }}
|
${{ env.IMAGE_NAME }}:${{ github.event.release.name }}
|
||||||
${{ env.IMAGE_NAME }}:latest
|
${{ env.IMAGE_NAME }}:latest
|
||||||
build-args: CANAL=${{ env.DOTCLEAR_CANAL }}
|
build-args: CANAL=${{ env.DOTCLEAR_CANAL }}
|
||||||
platforms: linux/386,linux/amd64,linux/arm/V6
|
platforms: linux/386,linux/amd64,linux/arm/V6
|
||||||
|
@ -51,7 +51,8 @@ jobs:
|
||||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
format: markdown
|
format: markdown
|
||||||
message: |
|
message: |
|
||||||
Image successfully generated.
|
Image successfully generated
|
||||||
__Repository:__ ${{github.repository}}
|
__Repository:__ ${{github.repository}}
|
||||||
|
__Release:__ ${{ github.event.release.name }}
|
||||||
__Image:__ ${{ env.IMAGE_NAME }}
|
__Image:__ ${{ env.IMAGE_NAME }}
|
||||||
__Canal:__ ${{ env.DOTCLEAR_CANAL }}
|
__Canal:__ ${{ env.DOTCLEAR_CANAL }}
|
Loading…
Reference in a new issue