Update .forgejo/workflows/build.yml
All checks were successful
ci / docker (push) Successful in 1m20s
All checks were successful
ci / docker (push) Successful in 1m20s
This commit is contained in:
parent
2fe0eea1c0
commit
30b033ed0e
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
|
env:
|
||||||
|
version: v1.9
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -25,5 +27,5 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: git.h2-invent.com/meetling/livekit-egress:v1.9,git.h2-invent.com/meetling/livekit-egress:latest
|
tags: git.h2-invent.com/meetling/livekit-egress:${{env.VERSION}},git.h2-invent.com/meetling/livekit-egress:latest
|
||||||
build-args: VERSION=v1.9
|
build-args: VERSION=${{env.VERSION}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue