mirror of https://github.com/telemt/telemt.git
fix: fix push image to telemt
This commit is contained in:
parent
eb96fcbf76
commit
cc9e71a737
|
|
@ -108,8 +108,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ github.ref }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue